Skip to content
Antoine Filipovic Pierucci edited this page Aug 31, 2016 · 8 revisions

heemod branches follow the git flow branching model. Everything is explained here. Consider using the git-flow extension, described here.

In practice, if you want to fix a bug or add a feature:

  • If you don't have write access to the repository, do a pull request.

If you have write access:

  • Create an issue on the topic on Github.
  • Create a feature or bugfix branch with git-flow.
  • Do your stuff.
Clone this wiki locally