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: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Guidelines for bug reports:
36
36
37
37
1.**Use the GitHub issue search**— check if the issue has already been reported.
38
38
39
-
2.**Check if the issue has been fixed**— try to reproduce it using the latest `master` or development branch in the repository.
39
+
2.**Check if the issue has been fixed**— try to reproduce it using the latest `master` or `dev` branch in the repository.
40
40
41
41
3.**Isolate the problem**— ideally create a [reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example. [This JS Bin](http://jsbin.com/lefey/1/edit?html,output) is a helpful template.
42
42
@@ -130,7 +130,7 @@ included in the project:
130
130
git push origin <topic-branch-name>
131
131
```
132
132
133
-
7.[Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description against the `master` branch.
133
+
7.[Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description into the `dev` branch.
134
134
135
135
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to license your work under the terms of the [MIT License](LICENSE).
0 commit comments