Skip to content

Commit b366ee0

Browse files
Merge pull request #124 from CodeForPhilly/mishmosh-patch-1
Direct new contributors to fork the repo
2 parents 1b1ac4b + 9afcc8f commit b366ee0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ As of March 19, help is especially wanted in these areas:
2525

2626
## Making and Submitting Changes
2727

28-
- Base your work on the `develop` branch in [Code for Philly's fork of the `chime` repository](https://github.com/CodeForPhilly/chime).
29-
- Submit a pull request, also against the `develop` branch.
28+
- [Fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the [CodeforPhilly/chime](https://github.com/CodeForPhilly/chime) repo.
29+
- Base your work on the `develop` branch.
30+
- Submit pull requests from your fork, also against the `develop` branch of the `CodeforPhilly/chime` repo.
3031
- Check your pull request periodically to see if any changes have been requested or any merge conflicts have arisen.
3132
- If a merge conflict arises, rebase against the latest `develop` branch and force-push the new branch as early as you can. You may need to do this more than once before your changes get merged. Do your best to keep your branch in a mergeable state until it is finished being reviewed and accepted.
33+
- Note: Frequent contributors with write access can submit pull requests from a new branch in the `CodeforPhilly/chime` repository.
3234

3335
## Review & Release
3436

0 commit comments

Comments
 (0)