Skip to content

Commit da7c4b4

Browse files
Clarify forking of repo for contributing
1 parent 31088c4 commit da7c4b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Contributing Code
22

33
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 well documented 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.
88

99
**GitHub pull requests** should meet the following criteria:
1010

0 commit comments

Comments
 (0)