]> git.gir.st - VimFx.git/blob - .github/ISSUE_TEMPLATE.md
Fix typo in issue template
[VimFx.git] / .github / ISSUE_TEMPLATE.md
1 <!--
2 Thank you for using VimFx!
3
4 Before submitting an issue, you need to check the below items. :)
5 (Change “[ ]” into “[x]”.)
6 -->
7
8 - [ ] I've searched for duplicates – also closed issues
9 - [ ] I've looked at the [change log](https://github.com/akhodakivskiy/VimFx/blob/master/CHANGELOG.md)
10 - [ ] I've provided the below details:
11
12 VimFx version:
13 Firefox version:
14 OS:
15 Keyboard language:
16 Example URL (if any):
17
18 This is … (pick one!)
19
20 - [ ] A bug report
21 - [ ] I've filled in steps to reproduce below
22 - [ ] A feature request
23 - [ ] I've given a **detailed** _example_ below
24 - [ ] Somehting else
25
26
27
28 <!-- For BUG REPORTS: (fill in the below) -->
29
30 This bug is about … (pick one!)
31
32 - [ ] A missing hint marker on a specific page
33 - [ ] VimFx not recognizing a text input on a specific page
34 - [ ] Something else
35
36 Steps to reproduce:
37
38 1.
39 2.
40 3.
41
42 Expected result:
43
44 Actual result:
45
46 <!-- Example:
47 Steps to reproduce:
48
49 1. Go to https://www.mozilla.org/en-US/about/
50 2. Scroll to the bottom of the page.
51 2. Press `f`.
52
53 Expected result: There should be hint marker for the “Contact Us” link at the bottom.
54
55 Actual result: There is no hint marker for the “Contact Us” link.
56 -->
57
58 <!-- Remember to delete the feature request stuff below :) -->
59
60
61
62 <!-- For FEATURE REQUESTS: (edit the below example) -->
63
64 When I go to https://www.mozilla.org/en-US/about/ and press `?`, _this_ and _that_ happens. I’d like _this_ to happen instead, because that really helps me with _that._ (Add more details here.) Perhaps something like _this_ should be added to VimFx?
Imprint / Impressum