Skip to content

Commit cc7687c

Browse files
awesomejt-workJason Taylor
andauthored
Add GitHub Issues templates (#14)
Co-authored-by: Jason Taylor <[email protected]>
1 parent 5c8c035 commit cc7687c

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: 📚 Non-Technical Issue
2+
description: Use this form to submit content suggestions, fixes, and questions as well as any other non-technical topic.
3+
title: "Non-Technical Issue:"
4+
5+
body:
6+
- type: dropdown
7+
id: issueLoc
8+
attributes:
9+
label: Issue Location
10+
description: "Where is this issue located?"
11+
options:
12+
- javadocs
13+
- README file
14+
- Other
15+
validations:
16+
required: true
17+
- type: dropdown
18+
id: issueTypeN
19+
attributes:
20+
label: "Issue Type"
21+
description: "What type of issue is this?"
22+
options:
23+
- Content addition
24+
- Content correction
25+
- Question
26+
- Typo, syntax, or other minor fixes
27+
- Other
28+
- type: textarea
29+
id: description
30+
attributes:
31+
label: "Issue Description"
32+
description: "Use the area below to concisely describe the issue, including any necessary links to navigate to the issue location"
33+
- type: checkboxes
34+
id: selfhelp
35+
attributes:
36+
label: Self-Service
37+
description: If you feel like you could contribute to this issue, please check the box below.
38+
options:
39+
- label: I would be willing to fix this issue
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: "💻 Technical Issue"
2+
description: Use this form to report any issue that will involve touching code within this repository
3+
title: "Technical Issue: "
4+
5+
body:
6+
- type: dropdown
7+
id: issueType
8+
attributes:
9+
label: Issue Type
10+
description: Select the technical issue type that most closely aligns with the issue you wish to report
11+
options:
12+
- Bug
13+
- Accessibility Issue
14+
- Feature Request
15+
- Other Technical Issue
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: expected
20+
attributes:
21+
label: "Expected Behavior"
22+
description: "Clearly and concisely describe what you expect or propose to happen:"
23+
- type: textarea
24+
id: current
25+
attributes:
26+
label: "Current Behavior"
27+
description: "Describe what is currently happening, highlighting the differences between current and expected behavior:"
28+
- type: textarea
29+
id: reproduce
30+
attributes:
31+
label: Steps to Reproduce Issue
32+
description: "Enter the steps to reproduce the error:"
33+
placeholder: |
34+
1. Go to ...
35+
2. Click on ....
36+
3. Scroll down to ....
37+
4. See error
38+
- type: textarea
39+
id: screenshots
40+
attributes:
41+
label: Screenshots
42+
description: If applicable, add screenshots to help explain your problem.
43+
- type: textarea
44+
id: localEnv
45+
attributes:
46+
label: Local Environment
47+
description: "Please complete the following information:"
48+
value: |
49+
- OS:
50+
- Open JDK Java Version:
51+
- Apache Maven Version:
52+
- [REPO/SOFTWARE] Version:
53+
- type: checkboxes
54+
id: selfhelp
55+
attributes:
56+
label: Self-Service
57+
description: If you feel like you could contribute to this issue, please check the box below.
58+
options:
59+
- label: I would be willing to fix this issue
60+

0 commit comments

Comments
 (0)