Each sprint developing should goes in dev
branch. Merge to master should be in the end of sprint.
Template:
[Task description]
Working branch: [[branch-prefix]/branch-name]
Branch prefixes:
component/*
feature/*
enhancement/*
fix/*
Steps:
- Create task (issue) with given template;
- Add lables;
- Add project;
- Add assignees.
- After PR merge: comment and close with
"Done in #{PR_NUMBER}"
Steps:
- Create branch with given name;
- Create PR with same name as task name;
- Add reference to the task in PR description;
- Add lables;
- Add project;
- Add reviewers.