Merge pull request #580 from alixander/sign
add line about signing commits to CONTRIBUTING.md
This commit is contained in:
commit
2a19ff8ad2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue