Skip to content

Commit 380aaab

Browse files
committed
Add issue templates
1 parent c6fc050 commit 380aaab

File tree

3 files changed

+98
-0
lines changed

3 files changed

+98
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Auth0 Community
4+
url: https://community.auth0.com/c/sdks/5
5+
about: Discuss this SDK in the Auth0 Community forums
6+
- name: SDK API Documentation
7+
url: https://pkg.go.dev/github.com/auth0/go-jwt-middleware
8+
about: Read the API documentation for this SDK
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
**Please do not report security vulnerabilities here**.
2+
The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
3+
4+
**Thank you in advance for helping us to improve this library!**
5+
Your attention to detail here is greatly appreciated and will help us respond as quickly as possible.
6+
For general support or usage questions, use the [Auth0 Community](https://community.auth0.com/) or
7+
[Auth0 Support](https://support.auth0.com/).
8+
Finally, to avoid duplicates, please search existing Issues before submitting one here.
9+
10+
By submitting an Issue to this repository, you agree to the terms within the
11+
[Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
12+
13+
### Describe the problem you'd like to have solved
14+
15+
<!---
16+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17+
-->
18+
19+
### Describe the ideal solution
20+
21+
<!---
22+
A clear and concise description of what you want to happen.
23+
--->
24+
25+
## Alternatives and current workarounds
26+
27+
<!---
28+
A clear and concise description of any alternatives you've considered or any work-arounds that are currently in place.
29+
-->
30+
31+
### Additional context
32+
33+
<!---
34+
Add any other context or screenshots about the feature request here.
35+
-->
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
**Please do not report security vulnerabilities here**.
2+
The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
3+
4+
**Thank you in advance for helping us to improve this library!**
5+
Your attention to detail here is greatly appreciated and will help us respond as quickly as possible.
6+
For general support or usage questions, use the [Auth0 Community](https://community.auth0.com/) or
7+
[Auth0 Support](https://support.auth0.com/).
8+
Finally, to avoid duplicates, please search existing Issues before submitting one here.
9+
10+
By submitting an Issue to this repository, you agree to the terms within the
11+
[Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
12+
13+
### Describe the problem
14+
15+
<!---
16+
Provide a clear and concise description of the issue.
17+
-->
18+
19+
### What was the expected behavior?
20+
21+
<!---
22+
Tell us about the behavior you expected to see.
23+
-->
24+
25+
### Reproduction
26+
27+
<!---
28+
Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is
29+
intermittent.
30+
**Note**: If clear, reproducible steps or the smallest sample app demonstrating misbehavior cannot be provided, we may
31+
not be able to follow up on this bug report.
32+
33+
34+
1. ...
35+
2. ...
36+
3. ...
37+
38+
If so, provide steps:
39+
40+
Where applicable, please include:
41+
42+
- The smallest possible sample app that reproduces the undesirable behavior
43+
- Log files (redact/remove sensitive information)
44+
- Application settings (redact/remove sensitive information)
45+
- Screenshots
46+
-->
47+
48+
### Environment
49+
50+
<!---
51+
Please provide the following:
52+
53+
- **Version of `go-jwt-middleware` used:**
54+
- **Other modules/plugins/libraries that might be involved:**
55+
-->

0 commit comments

Comments
 (0)