update issue templates

This commit is contained in:
Matteias Collet 2021-11-05 00:20:13 +00:00 committed by GitHub
parent fe3fb3ce35
commit 9462696fb7
4 changed files with 4 additions and 16 deletions

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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