diff options
author | 2021-06-13 15:53:41 -0700 | |
---|---|---|
committer | 2021-06-13 15:53:41 -0700 | |
commit | c74ba4bece9408876ebe3585dc50344bd2984a5b (patch) | |
tree | e5600bcfe2dff9c4fbf30e58406a985cd1a5de75 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 9a3a7bc7e747a9304497dd77ab4baa6eeafd1e0b (diff) | |
download | astro-c74ba4bece9408876ebe3585dc50344bd2984a5b.tar.gz astro-c74ba4bece9408876ebe3585dc50344bd2984a5b.tar.zst astro-c74ba4bece9408876ebe3585dc50344bd2984a5b.zip |
Update PULL_REQUEST_TEMPLATE.md
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 13d053ddb..4b2ea919e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,15 @@ ## Changes -<!-- What does this change, in plain language? Include screenshots or videos if helpful. --> +- What does this change? +- Be short and concise. Bullet points can help! +- Before/after screenshots can be helpful as well. ## Testing -<!-- How can a reviewer test your code themselves? --> - -- [ ] Tests are passing -- [ ] Tests updated where necessary +<!-- How was this change tested? --> +<!-- DON'T DELETE THIS SECTION! If no tests added, explain why. --> ## Docs -- [ ] Docs / READMEs updated -- [ ] Code comments added where helpful - -<!-- Notes, if any --> +<!-- Was public documentation updated? --> +<!-- DON'T DELETE THIS SECTION! If no docs added, explain why (e.g. "bug fix only") --> |