diff options
-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") --> |