← Back: Documentation Overview
- Always create issue first, preferably in English.
- Assign developer on issue.
- Create branch from issue (choose source).
- Desired branch name is on the format
<issuenumber>-<issuetitle>
. - Example:
1-init-project
.
- Desired branch name is on the format
- Assign developer on branch.
- Write code, commit, push.
- Create PR (Pull Request) to intended source branch.
- Request review.
- Never resolve threads startet by others. Write e.g.:
Done
- Reasons for disagreement.
- Reasons for not fixing it.
- Describe how you solved the issue in an alternative way.
- Owner of thread hits
Resolve
when they are satisfied. - Update and/or fix conflicts branch with source.
- Owner of the PR merges it.