Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gchartier committed Nov 4, 2024
1 parent 901f5c7 commit bcfaad5
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
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.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
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?

0 comments on commit bcfaad5

Please sign in to comment.