add line about signing

This commit is contained in:
Alexander Wang 2022-12-31 08:10:48 -08:00
parent ae94c14b4e
commit 74406d0da4
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -40,6 +40,8 @@ The simplified D2 flow at a package level looks like:
## Logistics ## Logistics
- Use Go 1.18. Go 1.19's autofmt inexplicably strips spacing from ASCII art in comments. - Use Go 1.18. Go 1.19's autofmt inexplicably strips spacing from ASCII art in comments.
- Please sign your commits
([https://github.com/terrastruct/d2/pull/557#issuecomment-1367468730](https://github.com/terrastruct/d2/pull/557#issuecomment-1367468730)).
- D2 uses Issues as TODOs. No auto-closing on staleness. - D2 uses Issues as TODOs. No auto-closing on staleness.
- Branch off `master`. - Branch off `master`.
- Prefix pull request titles with a short descriptor of the domain, e.g. `d2renderer: Add - Prefix pull request titles with a short descriptor of the domain, e.g. `d2renderer: Add