Skip to content

Commit bcfaad5

Browse files
committed
Add issue templates
1 parent 901f5c7 commit bcfaad5

File tree

2 files changed

+107
-0
lines changed

2 files changed

+107
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: '🐛 Bug Report'
2+
description: 'Report a bug or issue with the Orcfax Archive Viewer'
3+
title: 'Bug: '
4+
labels: ['bug-report']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
----
10+
11+
# Bug Description
12+
13+
- type: textarea
14+
id: bug-steps
15+
attributes:
16+
label: What are the steps to reproduce this issue?
17+
placeholder: |
18+
1. Click on '...'
19+
2. Scroll down to '...'
20+
3. …
21+
4. See error
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
id: bug-description
27+
attributes:
28+
label: What happens?
29+
description: A clear and concise description of what the bug is.
30+
validations:
31+
required: true
32+
33+
- type: textarea
34+
id: bug-expectation
35+
attributes:
36+
label: What were you expecting to happen?
37+
description: A clear and concise description of what was supposed to happen.
38+
validations:
39+
required: true
40+
41+
- type: markdown
42+
attributes:
43+
value: |
44+
----
45+
46+
# Additional Context
47+
48+
- type: input
49+
id: operating-system
50+
attributes:
51+
label: What is your OS? (include version)
52+
placeholder: 'e.g. macOS 14.6.1, Android 15'
53+
validations:
54+
required: true
55+
56+
- type: input
57+
id: browser
58+
attributes:
59+
label: What is your Browser? (include version)
60+
placeholder: 'e.g. Chrome 129.0.6668.58, Safari 18.0'
61+
validations:
62+
required: true
63+
64+
- type: textarea
65+
id: bug-context
66+
attributes:
67+
label: Anything else?
68+
description: Add any other context you can provide about the problem here.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: '🚀 Feature Request'
2+
description: 'I have a specific suggestion for the Orcfax Archive Viewer'
3+
title: 'Feature: '
4+
labels: ['feature-request']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Thanks for taking the time to suggest a new feature!**
10+
11+
If you feel an open-ended discussion with the Orcfax team and community would be more suitable to forming the right details for your feature request, you can post in our [Discord Suggestions Forum](https://discord.com/channels/918870284331802674/1163402021957804042) instead.
12+
13+
- type: markdown
14+
attributes:
15+
value: |
16+
----
17+
18+
# Feature Description
19+
20+
- type: textarea
21+
attributes:
22+
label: What problem are you trying to solve?
23+
description: A concise description of what the problem is.
24+
placeholder: 'e.g. I want to …'
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
attributes:
30+
label: 'Describe the solution you’d like'
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
attributes:
36+
label: 'Describe any alternatives you’ve considered'
37+
description: |
38+
Can the Orcfax Explorer already do this, but in a less convenient way?
39+
Can you do this using other explorers or tools?

0 commit comments

Comments
 (0)