Skip to content

Commit

Permalink
docs(pr-template): add testing section in pr template (UMAprotocol#2408)
Browse files Browse the repository at this point in the history
* docs(pr-template): add testing section in pr template

Signed-off-by: pemulis <[email protected]>

* docs(pr-template): simplify testing section

Signed-off-by: pemulis <[email protected]>

* docs(pr-template): add testing checkboxes

Signed-off-by: John Shutt <[email protected]>
  • Loading branch information
pemulis authored Jan 20, 2021
1 parent 26dd9b9 commit ea6c9f2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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. -->
Expand Down

0 comments on commit ea6c9f2

Please sign in to comment.