diff --git a/.github/ISSUE_TEMPLATE/code-bug.yml b/.github/ISSUE_TEMPLATE/code-bug.yml index 0b09db9..7809db2 100644 --- a/.github/ISSUE_TEMPLATE/code-bug.yml +++ b/.github/ISSUE_TEMPLATE/code-bug.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8a41449..52ac89f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/generator-bug.yml b/.github/ISSUE_TEMPLATE/generator-bug.yml index c0c86d9..e713b36 100644 --- a/.github/ISSUE_TEMPLATE/generator-bug.yml +++ b/.github/ISSUE_TEMPLATE/generator-bug.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/request.yml b/.github/ISSUE_TEMPLATE/request.yml index 9d42e09..0db6dcc 100644 --- a/.github/ISSUE_TEMPLATE/request.yml +++ b/.github/ISSUE_TEMPLATE/request.yml @@ -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