-
Notifications
You must be signed in to change notification settings - Fork 62
Metanome Developer Guide
Tanja edited this page Apr 17, 2015
·
27 revisions
General rules for Metanome Developer:
- We are working with feature branches: Create a branch for each issue/feature you are working on.
- Delete branches, which are not used anymore.
- Reference the issue you are working on in your commits.
- Follow the coding style guidelines.
- Write useful commit messages! What have you done? Explain, why the change was necessary.
- Write comments for all important classes and methods.
- Test first!
- Write a short summary for your pull requests.
- Pull request should be reviewed and merged by another person.
- Push often, so that other developers can see and review your progress.
Some useful links: