docs(pr-template): add testing section in pr template (#2408)

* docs(pr-template): add testing section in pr template

Signed-off-by: pemulis <john.d.shutt@gmail.com>

* docs(pr-template): simplify testing section

Signed-off-by: pemulis <john.d.shutt@gmail.com>

* docs(pr-template): add testing checkboxes

Signed-off-by: John Shutt <john.d.shutt@gmail.com>
This commit is contained in:
John Shutt
2021-01-19 18:33:46 -08:00
committed by GitHub
parent 03a47567e4
commit 4c62fa4e33
+12 -1
View File
@@ -10,7 +10,7 @@
They should also be in the present simple tense.
Examples:
feat(dvm): adds a new function to compute voting rewards offchain
fix(monitor): fixes broken link in liquidation log
feat(voter-dapp): adds countdown timer component to the header
@@ -42,6 +42,17 @@ Briefly summarize what changes were made to accomplish the motivation above.
This may be unnecessary for some PRs. Catch-all for detailed explanations about the implementation decisions and implications of the change.
**Testing**
Check a box to describe how you tested these changes and list the steps for reviewers to test.
- [ ] Ran end-to-end test, running the code as in production
- [ ] New unit tests created
- [ ] Existing tests adequate, no new tests required
- [ ] All existing tests pass
- [ ] Untested
**Issue(s)**
<!-- This PR must fix or refer to one or more issues. Please list them here. -->