From ccde9a28b00c0c43895d27f96f83c97c537473b8 Mon Sep 17 00:00:00 2001 From: ConfiG Date: Fri, 29 Sep 2023 18:27:37 +0300 Subject: [PATCH 1/3] update crash report issue template --- .github/ISSUE_TEMPLATE/crash-report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/crash-report.yml b/.github/ISSUE_TEMPLATE/crash-report.yml index 1876861b..3b75839c 100644 --- a/.github/ISSUE_TEMPLATE/crash-report.yml +++ b/.github/ISSUE_TEMPLATE/crash-report.yml @@ -7,7 +7,10 @@ body: label: Geode Issue description: The Geode repository is for issues of Geode Loader, not individual mods created by other developers. options: - - label: I confirm that this crash is directly related to Geode Loader. + - label: I confirm that this crash is **NOT** related to a *mod* but directly to *Geode Loader* itself. + description: | + Please make sure that the crash is *actually* related to ***Geode Loader itself*** and not to a mod or mod combination. + Failing to do this will get your issue *closed without explanation*. required: true - type: dropdown id: platform From 20733278af129fef2f49752bb21f083fcc59578e Mon Sep 17 00:00:00 2001 From: ConfiG Date: Fri, 29 Sep 2023 18:28:53 +0300 Subject: [PATCH 2/3] fix last commit --- .github/ISSUE_TEMPLATE/crash-report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/crash-report.yml b/.github/ISSUE_TEMPLATE/crash-report.yml index 3b75839c..a5d6a8aa 100644 --- a/.github/ISSUE_TEMPLATE/crash-report.yml +++ b/.github/ISSUE_TEMPLATE/crash-report.yml @@ -5,12 +5,12 @@ body: - type: checkboxes attributes: label: Geode Issue - description: The Geode repository is for issues of Geode Loader, not individual mods created by other developers. + description: | + The Geode repository is for issues of *Geode Loader*, not individual mods created by other developers. + When submitting a crash report, please make sure that the crash is *actually* related to ***Geode Loader itself*** and not to a mod or mod combination. + Failing to do this will get your issue *closed without explanation*. options: - label: I confirm that this crash is **NOT** related to a *mod* but directly to *Geode Loader* itself. - description: | - Please make sure that the crash is *actually* related to ***Geode Loader itself*** and not to a mod or mod combination. - Failing to do this will get your issue *closed without explanation*. required: true - type: dropdown id: platform From 51c2546e12d2c146973c8a6a786fae5fad481fe9 Mon Sep 17 00:00:00 2001 From: ConfiG Date: Fri, 29 Sep 2023 18:30:02 +0300 Subject: [PATCH 3/3] label doesnt support markdown github please add a way to preview issue templates smh --- .github/ISSUE_TEMPLATE/crash-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/crash-report.yml b/.github/ISSUE_TEMPLATE/crash-report.yml index a5d6a8aa..9e882af8 100644 --- a/.github/ISSUE_TEMPLATE/crash-report.yml +++ b/.github/ISSUE_TEMPLATE/crash-report.yml @@ -10,7 +10,7 @@ body: When submitting a crash report, please make sure that the crash is *actually* related to ***Geode Loader itself*** and not to a mod or mod combination. Failing to do this will get your issue *closed without explanation*. options: - - label: I confirm that this crash is **NOT** related to a *mod* but directly to *Geode Loader* itself. + - label: I confirm that this crash is NOT related to a mod but directly to Geode Loader itself. required: true - type: dropdown id: platform