forked from M-Labs/artiq
1
0
Fork 0

.github: Match suggested commit message format to established convention

This changes the suggested format for commit messages to match the
convention actually used here (no square brackets).
This commit is contained in:
David Nadlinger 2018-10-25 22:01:14 +01:00 committed by GitHub
parent 89a961fb00
commit 91f0d640e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ Closes #XXX
- [ ] Split your contribution into logically separate changes (`git rebase --interactive`). Merge/squash/fixup commits that just fix or amend previous commits. Remove unintended changes & cleanup. See [tutorial](https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase).
- [ ] Write short & meaningful commit messages. Review each commit for messages (`git show`). Format:
```
[topic]: description. < 50 characters total.
topic: description. < 50 characters total.
Longer description. < 70 characters per line
```