Skip to content

Commit 6656916

Browse files
authored
Merge pull request #109 from vors/contribute
Add contribution guideline about the tests
2 parents 8a6d075 + 4c55553 commit 6656916

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ Opening issues is very easy. Head to our [Issues tab](https://github.com/PowerSh
2020
If you encounter an error during usage of EditorSyntax, there are some basic details we need to be able to help you.
2121

2222
1. The script you used. Feel free to strip out any incriminating details, but it must be able to be executed
23-
2. A screenshot of the highlighting bug
23+
1. A screenshot of the highlighting bug
2424

2525
### Fixing an issue
2626

2727
Fixing issues also does not require a lot of administrative work. The basic steps are:
2828

2929
1. Leave a comment to tell us that you are working on it
30-
2. Fork our repository, and base your changes off of the **master** branch. Please create a new branch from **master** which contains your changes. How you call it? We don't care.
31-
3. Fix the issue! No biggie...
32-
4. Make sure you have pushed your commits to your new branch and then create a pull request back to the EditorSyntax **master** branch
33-
5. If prompted to sign the CLA, please follow the action
30+
1. Fork our repository, and base your changes off of the **master** branch. Please create a new branch from **master** which contains your changes. What you call it? We don't care.
31+
1. Fix the issue! No biggie...
32+
1. Include a [test spec](spec/testfiles) to prevent regressions in the future.
33+
1. Make sure you have pushed your commits to your new branch and then create a pull request back to the EditorSyntax **master** branch
34+
1. If prompted to sign the CLA, please follow the action
3435

3536
## Reviews
3637

0 commit comments

Comments
 (0)