-
Notifications
You must be signed in to change notification settings - Fork 62
Metanome Developer Guide
Vincent Schwarzer edited this page Dec 7, 2016
·
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.
Metanome Frontend Submodule
The Metanome Frontend repository is included in the Metanome Frontend as an git submodule
into the Metanome project directory frontend/src
and is maintained separately.
If changes are made to the Metanome Frontend the submodule reference has to be updated to the current HEAD of the Metanome Frontend repository using.
Work in progress
Metanome API
The documentation of the API of Metanome is written in API Blueprint and can be found here.
Some useful links: