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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If you encounter an error during usage of EditorSyntax, there are some basic det
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
-
1. 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.
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
31
1. Fix the issue! No biggie...
32
32
1. Include a [test spec](spec/testfiles) to prevent regressions in the future.
33
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
0 commit comments