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
|
name: Code Bug Report
|
||||||
about: Codes doesn't work as expected
|
description: Codes doesn't work as expected
|
||||||
title: '[BUG]: '
|
title: '[BUG]: '
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- bug
|
||||||
|
@ -29,8 +29,6 @@ body:
|
||||||
- Nintendont
|
- Nintendont
|
||||||
- Dolphin
|
- Dolphin
|
||||||
- Other (specify in description above)
|
- Other (specify in description above)
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Loader Version
|
label: Loader Version
|
||||||
|
@ -44,8 +42,6 @@ body:
|
||||||
- NTSC-J (Japan)
|
- NTSC-J (Japan)
|
||||||
- PAL (Europe)
|
- PAL (Europe)
|
||||||
- NTSC-K (Korea)
|
- NTSC-K (Korea)
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Wii Region
|
label: Wii Region
|
||||||
|
@ -55,8 +51,6 @@ body:
|
||||||
- NTSC-J (Japan)
|
- NTSC-J (Japan)
|
||||||
- PAL (Europe)
|
- PAL (Europe)
|
||||||
- NTSC-K (Korea)
|
- NTSC-K (Korea)
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Game Source
|
label: Game Source
|
||||||
|
@ -65,8 +59,6 @@ body:
|
||||||
- Disc
|
- Disc
|
||||||
- SD-Card
|
- SD-Card
|
||||||
- HDD
|
- HDD
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Nintendont Source
|
label: Nintendont Source
|
||||||
|
@ -74,5 +66,3 @@ body:
|
||||||
options:
|
options:
|
||||||
- SD-Card
|
- SD-Card
|
||||||
- HDD
|
- 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:
|
contact_links:
|
||||||
- name: SMS Speedrunning Community Discord
|
- name: SMS Speedrunning Community Discord
|
||||||
url: https://discord.gg/9dGJWEc
|
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
|
name: Generator Bug Report
|
||||||
about: The Generator doesn't work as expected
|
description: The Generator doesn't work as expected
|
||||||
title: '[BUG]: '
|
title: '[BUG]: '
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- bug
|
||||||
|
@ -36,5 +36,3 @@ body:
|
||||||
- Edge
|
- Edge
|
||||||
- Edge (Chromium)
|
- Edge (Chromium)
|
||||||
- Other (specify in description above)
|
- 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
|
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]'
|
title: '[FEAT]'
|
||||||
labels:
|
labels:
|
||||||
- enhancement
|
- enhancement
|
||||||
|
|
Loading…
Reference in a new issue