Slide 7
Slide 7 text
✅ Write short, clear commit messages.
e.g. “ Fix bug by removing association between account
and pricing tier models.”
- Use selective committing.
✅ Document pre, during, and post deploy
tasks - preferably in your PR description.
- Have a Pull Request template that is automatically applied
to every pull request that is opened.
✅ Use tags and links.
- Link to other PRs and docs (e.g. project specs) where
relevant, and tag people.
e.g. “@FrancoForPM says this is approved for merging to
production, subject to #1101 being merged.”
Tip #4: Utilise commit messages and PRs.
@carmenhchung