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
boxymoron edited this page Sep 17, 2014
·
1 revision
Welcome to the jcr-mock wiki!
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.