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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Contributing Code
2
2
3
3
1. Create a new issue before starting your project so that we can keep track of what you are trying to add/fix. That way, we can also offer suggestions or let you know if there is already an effort in progress.
4
-
2. Fork off this repository.
5
-
3. Create a topic branch for the issue that you are trying to add.
6
-
4. Edit the code in your fork.
7
-
5. Send us a welldocumented pull request when you are done.
4
+
2. Fork this repository, and clone that forked repository locally.
5
+
3. Create a topic branch for the issue that you are trying to add locally.
6
+
4. Edit the code locally and push to your username's forked repository.
7
+
5. Send us a well-documented pull request based on the branch from your forked repository.
8
8
9
9
**GitHub pull requests** should meet the following criteria:
0 commit comments