Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored May 12, 2021
1 parent f2fc2c6 commit 5b3e481
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
### Changes

<!--
Please describe both what is changing and why this is important. Include:

- Classes and methods added, deleted, deprecated, or changed
- Screenshots of new or changed UI, if applicable
- A summary of usage if this is a new feature or change to a public API (this should also be added to relevant documentation once released)
-->

### References

<!--
Please include relevant links supporting this change such as a:
- support ticket
Expand All @@ -16,10 +18,13 @@ Please include relevant links supporting this change such as a:
- support forum thread
Please note any links that are not publicly accessible.
-->

### Testing

<!--
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
-->

* [ ] This change adds unit test coverage
* [ ] This change adds integration test coverage
Expand All @@ -29,7 +34,5 @@ Please describe how this can be tested by reviewers. Be specific about anything

* [ ] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
* [ ] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
* [ ] All existing and new tests complete without errors
* [ ] All code quality tools/guidelines have been run/followed
* [ ] All relevant assets have been compiled
* [ ] All active GitHub checks have passed

0 comments on commit 5b3e481

Please sign in to comment.