Skip to content

Commit 2fd4582

Browse files
authored
Replace issue templates with issue forms [SDK-4165] (#363)
1 parent 59373c5 commit 2fd4582

File tree

5 files changed

+118
-99
lines changed

5 files changed

+118
-99
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
name: 🐞 Report a bug
2+
description: Have you found a bug or issue? Create a bug report for this library
3+
labels: ["bug"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.
10+
11+
- type: checkboxes
12+
id: checklist
13+
attributes:
14+
label: Checklist
15+
options:
16+
- label: I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
17+
required: true
18+
- label: I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have not found a suitable solution or answer.
19+
required: true
20+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
21+
required: true
22+
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
23+
required: true
24+
25+
- type: textarea
26+
id: description
27+
attributes:
28+
label: Description
29+
description: Provide a clear and concise description of the issue, including what you expected to happen.
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: reproduction
35+
attributes:
36+
label: Reproduction
37+
description: Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent.
38+
placeholder: |
39+
1. Step 1...
40+
2. Step 2...
41+
3. ...
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: additional-context
47+
attributes:
48+
label: Additional context
49+
description: Other libraries that might be involved, or any other relevant information you think would be useful.
50+
validations:
51+
required: false
52+
53+
- type: input
54+
id: environment-version
55+
attributes:
56+
label: jwks-rsa version
57+
validations:
58+
required: true
59+
60+
- type: input
61+
id: environment-nodejs-version
62+
attributes:
63+
label: Node.js version
64+
validations:
65+
required: true
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: 🧩 Feature request
2+
description: Suggest an idea or a feature for this library
3+
labels: ["feature request"]
4+
5+
body:
6+
- type: checkboxes
7+
id: checklist
8+
attributes:
9+
label: Checklist
10+
options:
11+
- label: I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
12+
required: true
13+
- label: I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have not found a suitable solution or answer.
14+
required: true
15+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
16+
required: true
17+
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
18+
required: true
19+
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: Describe the problem you'd like to have solved
24+
description: A clear and concise description of what the problem is.
25+
placeholder: I'm always frustrated when...
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: ideal-solution
31+
attributes:
32+
label: Describe the ideal solution
33+
description: A clear and concise description of what you want to happen.
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: alternatives-and-workarounds
39+
attributes:
40+
label: Alternatives and current workarounds
41+
description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place.
42+
validations:
43+
required: false
44+
45+
- type: textarea
46+
id: additional-context
47+
attributes:
48+
label: Additional context
49+
description: Add any other context or screenshots about the feature request here.
50+
validations:
51+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Auth0 Community
4-
url: https://community.auth0.com/c/sdks/5
5-
about: Discuss this SDK in the Auth0 Community forums
6-
- name: Library Documentation
7-
url: https://github.com/auth0/node-jwks-rsa/blob/master/README.md
8-
about: Read the library docs
4+
url: https://community.auth0.com
5+
about: Discuss this library in the Auth0 Community forums

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/report_a_bug.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)