Skip to content

Metanome Developer Guide

Tanja edited this page Jul 10, 2015 · 27 revisions

General rules for Metanome Developer:

  1. We are working with feature branches: Create a branch for each issue/feature you are working on.
  2. Delete branches, which are not used anymore.
  3. Reference the issue you are working on in your commits.
  4. Follow the coding style guidelines.
  5. Write useful commit messages! What have you done? Explain, why the change was necessary.
  6. Write comments for all important classes and methods.
  7. Test first!
  8. Write a short summary for your pull requests.
  9. Pull request should be reviewed and merged by another person.
  10. Push often, so that other developers can see and review your progress.

Metanome API

The documentation of the API of Metanome is written in API Blueprint and can be found here.

Some useful links: