]> git.gir.st - VimFx.git/blob - CONTRIBUTING.md
Improve and add more documentation
[VimFx.git] / CONTRIBUTING.md
1 - **Bugs:** Copy and paste the template below.
2 - Search for **duplicates**—also closed issues.
3 - Feature requests: Add detailed **use case** example.
4 - Just updated VimFx? Check out the [changelog]!
5
6 [Go to the issue tracker.][issue-tracker]
7
8 <p align="right"><i><a href="documentation/CONTRIBUTING-CODE.md">Contributing code?</a></i></p>
9
10 [changelog]: CHANGELOG.md
11 [issue-tracker]: https://github.com/akhodakivskiy/VimFx/issues
12
13 &nbsp;
14
15 &nbsp;
16
17 #### Bug template
18
19 ```md
20 Steps to reproduce:
21
22 1.
23 2.
24 3.
25
26 Description
27
28 VimFx version:
29 Firefox version:
30 OS:
31 Keyboard language:
32 Worked before:
33 Example URL(s):
34 -
35 ```
36
37 Example:
38
39 ```md
40 Steps to reproduce:
41
42 1. Go to one of the online terminals on codeacademy.com.
43 2. Focus the online terminal.
44 3. Type something into it.
45
46 VimFx doesn’t recognize the online terminal as a text input, so instead of
47 typing into it I end up activating VimFx commands. A work-around is to use
48 Ignore mode.
49
50 VimFx version: 0.11.0
51 Firefox version: 43
52 OS: Ubuntu 15.04
53 Keyboard language: en-US
54 Worked before: No
55 Example URL(s):
56 - https://www.codecademy.com/en/courses/learn-the-command-line/lessons/navigation/exercises/your-first-command
57 ```
Imprint / Impressum