Skip to content

Commit dd342a0

Browse files
authored
Merge pull request #478 from TecEash1/main
update issue templates
2 parents f8ecc78 + 34647b6 commit dd342a0

5 files changed

Lines changed: 90 additions & 55 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: 🐛 Bug
2+
description: File a bug/issue
3+
title: "[BUG] <title>"
4+
labels: ["bug"]
5+
assignees:
6+
- CADIndie
7+
- ManiacGamer156
8+
body:
9+
- type: textarea
10+
attributes:
11+
label: 🤔 Current Behavior
12+
description: A concise description of what you're experiencing.
13+
placeholder: |
14+
My game is...
15+
My install is...
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: ✅ Expected Behavior
21+
description: A concise description of what you expected to happen.
22+
placeholder: |
23+
I expected...
24+
validations:
25+
required: false
26+
- type: textarea
27+
attributes:
28+
label: 🥽 Headset Details
29+
description: Heplful needed info
30+
placeholder: |
31+
Quest Build: [e.g. v37.0]
32+
Device: [e.g. Quest_1, Quest_2]
33+
QuestCraft Version [e.g. v1.2.3]
34+
validations:
35+
required: true
36+
- type: textarea
37+
attributes:
38+
label: ℹ️ Anything else?
39+
description: |
40+
Links? References? Anything that will give us more context about the issue you are encountering!
41+
42+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
43+
validations:
44+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: QuestCraft Website
4+
url: https://questcraft.org
5+
about: This is the official QuestCraft website, it contains info on Github, Sidequest, and Discord.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: ✨ Feature Request
2+
description: Request a feature
3+
title: "[FEATURE] <title>"
4+
labels: ["feature"]
5+
assignees:
6+
- CADIndie
7+
- ManiacGamer156
8+
body:
9+
- type: textarea
10+
attributes:
11+
label: 📝 Is your feature request related to a problem? Please describe
12+
description: A clear and concise description of what the problem is.
13+
placeholder: |
14+
I'm always frustrated when [...]
15+
validations:
16+
required: false
17+
- type: textarea
18+
attributes:
19+
label: 🛠️ Describe the solution you'd like
20+
description: A clear and concise description of what you want to happen.
21+
placeholder: |
22+
I would like [...]
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: 🤔 Describe alternatives you've considered
28+
description: A clear and concise description of any alternative solutions or features you've considered.
29+
placeholder: |
30+
I have considered [...]
31+
validations:
32+
required: false
33+
- type: textarea
34+
attributes:
35+
label: ℹ️ Anything else?
36+
description: |
37+
Links? References? Anything that will give us more context about the issue you are encountering!
38+
39+
Tip: You can attach images or files by clicking this area to highlight it and then dragging files in.
40+
validations:
41+
required: false

0 commit comments

Comments
 (0)