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
devand create a new branch namedfeature/<issue-number>-abc-xyzWhen 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.Featurebranches are merged in thedevusing 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
devin themasterbranch.
Last updated
Was this helpful?