update issue templates
This commit is contained in:
parent
fe3fb3ce35
commit
9462696fb7
4 changed files with 4 additions and 16 deletions
12
.github/ISSUE_TEMPLATE/code-bug.yml
vendored
12
.github/ISSUE_TEMPLATE/code-bug.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Code Bug Report
|
||||
about: Codes doesn't work as expected
|
||||
description: Codes doesn't work as expected
|
||||
title: '[BUG]: '
|
||||
labels:
|
||||
- bug
|
||||
|
@ -29,8 +29,6 @@ body:
|
|||
- Nintendont
|
||||
- Dolphin
|
||||
- Other (specify in description above)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Loader Version
|
||||
|
@ -44,8 +42,6 @@ body:
|
|||
- NTSC-J (Japan)
|
||||
- PAL (Europe)
|
||||
- NTSC-K (Korea)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Wii Region
|
||||
|
@ -55,8 +51,6 @@ body:
|
|||
- NTSC-J (Japan)
|
||||
- PAL (Europe)
|
||||
- NTSC-K (Korea)
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Game Source
|
||||
|
@ -65,8 +59,6 @@ body:
|
|||
- Disc
|
||||
- SD-Card
|
||||
- HDD
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Nintendont Source
|
||||
|
@ -74,5 +66,3 @@ body:
|
|||
options:
|
||||
- SD-Card
|
||||
- HDD
|
||||
validations:
|
||||
required: false
|
||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,4 +2,4 @@ blank_issues_enabled: true
|
|||
contact_links:
|
||||
- name: SMS Speedrunning Community Discord
|
||||
url: https://discord.gg/9dGJWEc
|
||||
about: You can ask questions here.
|
||||
description: You can ask questions here.
|
||||
|
|
4
.github/ISSUE_TEMPLATE/generator-bug.yml
vendored
4
.github/ISSUE_TEMPLATE/generator-bug.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Generator Bug Report
|
||||
about: The Generator doesn't work as expected
|
||||
description: The Generator doesn't work as expected
|
||||
title: '[BUG]: '
|
||||
labels:
|
||||
- bug
|
||||
|
@ -36,5 +36,3 @@ body:
|
|||
- Edge
|
||||
- Edge (Chromium)
|
||||
- Other (specify in description above)
|
||||
validations:
|
||||
required: true
|
||||
|
|
2
.github/ISSUE_TEMPLATE/request.yml
vendored
2
.github/ISSUE_TEMPLATE/request.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Code/Feature Request
|
||||
about: Suggest an idea for a code or generator feature
|
||||
description: Suggest an idea for a code or generator feature
|
||||
title: '[FEAT]'
|
||||
labels:
|
||||
- enhancement
|
||||
|
|
Loading…
Reference in a new issue