Skip to content

Commit e6577be

Browse files
committed
Add issue and PR templates
1 parent f6bb5e1 commit e6577be

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
In order to efficiently and accurately address your issue or feature request, please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. Please delete any sections or questions below that do not pertain to this request.
2+
3+
For general support or usage questions, please use the [Auth0 Community](https://community.auth0.com/) or [Auth0 Support](https://support.auth0.com.).
4+
5+
### Description
6+
7+
Description of the bug or feature request and why it's a problem. Consider including:
8+
9+
- The use case or overall problem you're trying to solve
10+
- Information about when the problem started
11+
12+
### Prerequisites
13+
14+
* [ ] I have read the [Auth0 general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
15+
* [ ] I have read the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
16+
* [ ] Did you check the documentation ([repo README](https://github.com/auth0/ruby-auth0/blob/master/README.md) or [Quickstart](https://auth0.com/docs/quickstart/backend/rails))?
17+
* [ ] Did you check the [Auth0 Community](https://community.auth0.com/)?
18+
* [ ] Are you reporting this to the correct repository? See also the [OmniAuth-Auth0 strategy](https://github.com/auth0/omniauth-auth0) for logging in with Rails.
19+
* [ ] Are there any related or duplicate [Issues](https://github.com/auth0/ruby-auth0/issues) or [PRs](https://github.com/auth0/ruby-auth0/pulls) for this issue?
20+
21+
### Environment
22+
23+
Please provide the following:
24+
25+
* Ruby Auth0 version:
26+
* Ruby version:
27+
* Rails version (if applicable):
28+
* Browser version (if applicable):
29+
* Additional gems that might be affecting your instance
30+
31+
### Reproduction
32+
33+
Detail the steps taken to reproduce this error and note if this issue can be reproduced consistently or if it is intermittent.
34+
35+
Please include:
36+
37+
- Log files (redact/remove sensitive information)
38+
- Application settings (redact/remove sensitive information)
39+
- Screenshots, if helpful

.github/PULL_REQUEST_TEMPLATE.md

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

CODE_OF_CONDUCT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
Please see [Auth0's code of conduct guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md) for information on contributing to this repo.

0 commit comments

Comments
 (0)