mirror of
https://github.com/luxfi/uma.git
synced 2026-07-27 05:11:41 +00:00
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:
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user