Skip to content

Commit 864dcf6

Browse files
authored
Replace issue templates with issue forms [SDK-4177] (#126)
1 parent 078dea5 commit 864dcf6

File tree

6 files changed

+123
-153
lines changed

6 files changed

+123
-153
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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: The issue can be reproduced in the [mvc-auth-commons sample app](https://github.com/auth0-samples/auth0-servlet-sample/tree/master/01-Login) (or N/A).
17+
required: true
18+
- label: I have looked into the [Readme](https://github.com/auth0/auth0-java-mvc-common#readme) and the [Examples](https://github.com/auth0/auth0-java-mvc-common/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
19+
required: true
20+
- label: I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/mvc-auth-commons/latest/index.html) and have not found a suitable solution or answer.
21+
required: true
22+
- label: I have searched the [issues](https://github.com/auth0/auth0-java-mvc-common/issues) and have not found a suitable solution or answer.
23+
required: true
24+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
25+
required: true
26+
- 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).
27+
required: true
28+
29+
- type: textarea
30+
id: description
31+
attributes:
32+
label: Description
33+
description: Provide a clear and concise description of the issue, including what you expected to happen.
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: reproduction
39+
attributes:
40+
label: Reproduction
41+
description: Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent.
42+
placeholder: |
43+
1. Step 1...
44+
2. Step 2...
45+
3. ...
46+
validations:
47+
required: true
48+
49+
- type: textarea
50+
id: additional-context
51+
attributes:
52+
label: Additional context
53+
description: Other libraries that might be involved, or any other relevant information you think would be useful.
54+
validations:
55+
required: false
56+
57+
- type: input
58+
id: environment-version
59+
attributes:
60+
label: mvc-auth-commons version
61+
validations:
62+
required: true
63+
64+
- type: input
65+
id: environment-java-version
66+
attributes:
67+
label: Java version
68+
validations:
69+
required: true
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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/auth0-java-mvc-common#readme) and the [Examples](https://github.com/auth0/auth0-java-mvc-common/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
12+
required: true
13+
- label: I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/mvc-auth-commons/latest/index.html) and have not found a suitable solution or answer.
14+
required: true
15+
- label: I have searched the [issues](https://github.com/auth0/auth0-java-mvc-common/issues) and have not found a suitable solution or answer.
16+
required: true
17+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
18+
required: true
19+
- 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).
20+
required: true
21+
22+
- type: textarea
23+
id: description
24+
attributes:
25+
label: Describe the problem you'd like to have solved
26+
description: A clear and concise description of what the problem is.
27+
placeholder: I'm always frustrated when...
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: ideal-solution
33+
attributes:
34+
label: Describe the ideal solution
35+
description: A clear and concise description of what you want to happen.
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
id: alternatives-and-workarounds
41+
attributes:
42+
label: Alternatives and current workarounds
43+
description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place.
44+
validations:
45+
required: false
46+
47+
- type: textarea
48+
id: additional-context
49+
attributes:
50+
label: Additional context
51+
description: Add any other context or screenshots about the feature request here.
52+
validations:
53+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 4 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
4+
url: https://community.auth0.com
55
about: Discuss this SDK in the Auth0 Community forums
6-
- name: Library Documentation
7-
url: https://github.com/auth0/auth0-java-mvc-common/blob/master/README.md
8-
about: Read the library documentation

.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.

.github/ISSUE_TEMPLATE/report_a_bug.md

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

0 commit comments

Comments
 (0)