]> git.gir.st - VimFx.git/blob - .github/ISSUE_TEMPLATE.md
Feature requests are not accepted
[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 - Sorry, feature requests are not accepted.
24 See [issue #860](https://github.com/akhodakivskiy/VimFx/issues/860)
25 - [ ] A question
26 - [ ] Somehting else
27
28
29
30 <!-- For BUG REPORTS: (fill in the below) -->
31
32 This bug is about … (pick one!)
33
34 - [ ] A missing hint marker on a specific page
35 - [ ] VimFx not recognizing a text input on a specific page
36 - [ ] Something else
37
38 Steps to reproduce:
39
40 1.
41 2.
42 3.
43
44 Expected result:
45
46 Actual result:
47
48 <!-- Example:
49 Steps to reproduce:
50
51 1. Go to https://www.mozilla.org/en-US/about/
52 2. Scroll to the bottom of the page.
53 3. Press `f`.
54
55 Expected result: There should be hint marker for the “Contact Us” link at the bottom.
56
57 Actual result: There is no hint marker for the “Contact Us” link.
58 -->
59
60
61
62 <!-- For FEATURE REQUESTS:
63 Sorry, feature requests are not accepted. See issue #860:
64 https://github.com/akhodakivskiy/VimFx/issues/860
65 -->
Imprint / Impressum