summaryrefslogtreecommitdiff
path: root/docs/style-guide.md
blob: 2f59a662e5045bd913d9792bf49da8bb059a682d (plain)
1
2
3
4
5
6
7
# Git

- Sign all commits and releases
- Do *not* include merge commits. Rebase your MRs always on top of master
  before merging - we want a lineal history.
- Use the [tags] on commit messages.
- When possible, reference the issues this is Closing or Related to.