You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,18 @@ Opening issues is very easy. Head to our [Issues tab](https://github.com/PowerSh
20
20
If you encounter an error during usage of EditorSyntax, there are some basic details we need to be able to help you.
21
21
22
22
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
24
24
25
25
### Fixing an issue
26
26
27
27
Fixing issues also does not require a lot of administrative work. The basic steps are:
28
28
29
29
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
0 commit comments