Update PR template's "has tests?" section (#11088)

* Update PR template to help prompt us all to think a bit deeper about whether testing a code change is actually possible/doable/necessary before checking “no” in the template.

* Standardize around capitalization in PR template checkboxes
This commit is contained in:
Vaidehi Joshi 2020-10-26 10:12:04 -07:00 committed by GitHub
parent dbfed77f37
commit bbc55e2e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,15 +33,16 @@ as any relevant images for UI changes._
## Added tests?
- [ ] yes
- [ ] no, because they aren't needed
- [ ] no, because I need help
- [ ] Yes
- [ ] No, and this is why: _please replace this line with details on why tests
have not been included_
- [ ] I need help with writing tests
## Added to documentation?
- [ ] docs.forem.com
- [ ] readme
- [ ] no documentation needed
- [ ] Docs.forem.com
- [ ] README
- [ ] No documentation needed
## [optional] Are there any post deployment tasks we need to perform?