Skip to content

Commit

Permalink
Merge pull request #57 from ArchLeaders/main
Browse files Browse the repository at this point in the history
Bug report issue template
  • Loading branch information
CEObrainz committed Oct 23, 2022
2 parents b69555e + 14209fc commit 1e10c76
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/BugReport.yml
@@ -0,0 +1,38 @@
name: "Bug Report"
description: Report a bug found within Second Wind.
title: "Bug: "
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: Clearly describe your issue. (Screenshots often help furthur identify the issue, drag and drop to upload)
placeholder: A clear description of the issue...
validations:
required: true
- type: textarea
id: reprod
attributes:
label: "Reproduction steps"
description: Descraibe the steps to reproduce the bug.
placeholder: |
1. Go to location '...'
2. Open chest '...'
4. See issue
validations:
required: true
- type: dropdown
id: console
attributes:
label: "Console/Emulator"
description: What console or emulator did the issue occur on?
multiple: true
options:
- WiiU
- Cemu
- Switch
- yuzu
- Ryujinx
validations:
required: true

0 comments on commit 1e10c76

Please sign in to comment.