-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: '🐛 Bug Report' | ||
description: 'Report a bug or issue with the Orcfax Archive Viewer' | ||
title: 'Bug: ' | ||
labels: ['bug-report'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
---- | ||
# Bug Description | ||
- type: textarea | ||
id: bug-steps | ||
attributes: | ||
label: What are the steps to reproduce this issue? | ||
placeholder: | | ||
1. Click on '...' | ||
2. Scroll down to '...' | ||
3. … | ||
4. See error | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: What happens? | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug-expectation | ||
attributes: | ||
label: What were you expecting to happen? | ||
description: A clear and concise description of what was supposed to happen. | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
---- | ||
# Additional Context | ||
- type: input | ||
id: operating-system | ||
attributes: | ||
label: What is your OS? (include version) | ||
placeholder: 'e.g. macOS 14.6.1, Android 15' | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: browser | ||
attributes: | ||
label: What is your Browser? (include version) | ||
placeholder: 'e.g. Chrome 129.0.6668.58, Safari 18.0' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug-context | ||
attributes: | ||
label: Anything else? | ||
description: Add any other context you can provide about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: '🚀 Feature Request' | ||
description: 'I have a specific suggestion for the Orcfax Archive Viewer' | ||
title: 'Feature: ' | ||
labels: ['feature-request'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thanks for taking the time to suggest a new feature!** | ||
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. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
---- | ||
# Feature Description | ||
- type: textarea | ||
attributes: | ||
label: What problem are you trying to solve? | ||
description: A concise description of what the problem is. | ||
placeholder: 'e.g. I want to …' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 'Describe the solution you’d like' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 'Describe any alternatives you’ve considered' | ||
description: | | ||
Can the Orcfax Explorer already do this, but in a less convenient way? | ||
Can you do this using other explorers or tools? |