From a59ac3578abc6b41a7890c7a54f3883bdda57788 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Tue, 19 Jul 2022 15:02:07 +0200 Subject: [PATCH 1/2] Add optional discord username field --- .github/ISSUE_TEMPLATE/bug-report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1077804..07b2280 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -70,3 +70,12 @@ body: - 'Both' validations: required: true + + - type: textarea + id: discord-username + attributes: + label: Discord Username + description: If you are in the [enigmatica discord](https://discord.com/invite/enigmatica) and wouldn't mind being asked further questions there, leave your username here. + placeholder: username#0000 + validations: + required: false From 7c817d510cfadda9cd76c5b2f7ec369ee7ff1b82 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Tue, 19 Jul 2022 19:57:17 +0200 Subject: [PATCH 2/2] He wants the D --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 07b2280..ba0f6ff 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -71,11 +71,11 @@ body: validations: required: true - - type: textarea + - type: input id: discord-username attributes: label: Discord Username - description: If you are in the [enigmatica discord](https://discord.com/invite/enigmatica) and wouldn't mind being asked further questions there, leave your username here. + description: If you are in the [Enigmatica Discord](https://discord.com/invite/enigmatica) and wouldn't mind being asked further questions there, leave your username here. placeholder: username#0000 validations: required: false