UNPKG

1.49 kBMarkdownView Raw
1### Changes
2
3Please describe both what is changing and why this is important. Include:
4
5- Classes and methods added, deleted, deprecated, or changed
6- Screenshots of new or changed UI, if applicable
7- 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)
8
9### References
10
11Please include relevant links supporting this change such as a:
12
13- support ticket
14- community post
15- StackOverflow post
16- support forum thread
17
18Please note any links that are not publicly accessible.
19
20### Testing
21
22Please 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.
23
24* [ ] This change adds unit test coverage
25* [ ] This change adds integration test coverage
26* [ ] This change has been tested on the latest version of the platform/language
27
28### Checklist
29
30* [ ] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
31* [ ] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
32* [ ] All existing and new tests complete without errors
33* [ ] All code quality tools/guidelines have been run/followed
34* [ ] All relevant assets have been compiled
35* [ ] All active GitHub checks have passed