Project Management

We're using ZenHub to manage the Rembrandt project.

Issues & Feature Requests

For new features, please use the User Story template. If possible, please assign the corresponding epic to the issue. New issues should always be created in the New Issues pipeline.

Branches

  • When starting a new issue, branch from the current dev and create a new branch named feature/<issue-number>-abc-xyz

  • When starting a new Hotfix, create a new branch named hotfix/<issue-number>-abc-xyz. Please keep in mind, that an issue with the Hotfix template should be created first.

  • Feature branches are merged in the dev using pull requests and reviews. Please do not merge unapproved changes!

  • Every two weeks (at the end of each sprint), a new release will be created by merging the current dev in the master branch.

Last updated