-
Notifications
You must be signed in to change notification settings - Fork 8
Home
boxymoron edited this page Sep 17, 2014
·
1 revision
Please follow the following steps to contribute to this project:
- Create a local branch with a descriptive name, e.g. bugfix-commas-in-property-values.
- Work on that branch locally and once your fix is ready push it to a remote branch: git push origin .
- From github.com, create a pull request from your branch and add to the pull request details regarding your fix. Now your fix is ready for peer code review.
- Make any changes that could result as part of the code review, and commit/push them to the same branch. Repeat until necessary (typically it's just 1-2 reviews).
- After the review is done, then you can merge to master, close the Pull request and delete your remote branch.