Project Management
Last updated
Was this helpful?
Last updated
Was this helpful?
We're using to manage the Rembrandt project.
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.
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.