From 915503d3f09fa75f2bce472d484d908e9be7c461 Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 14 Sep 2020 07:33:46 +0200 Subject: [PATCH 1/3] Add issue template config Disables link below template chooser to create a blank issue (still possible via URL though), add Discord invite link --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..9258aedf7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Community Support + url: https://discordapp.com/invite/4Ae9KZn + about: Join the Olive Discord server From 6f67854d60cda4bb65104fe2aa31370636cd49ed Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 14 Sep 2020 07:40:18 +0200 Subject: [PATCH 2/3] Rename 1-crash_issue.md to 01-crash_issue.md --- .github/ISSUE_TEMPLATE/{1-crash_issue.md => 01-crash_issue.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{1-crash_issue.md => 01-crash_issue.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/1-crash_issue.md b/.github/ISSUE_TEMPLATE/01-crash_issue.md similarity index 100% rename from .github/ISSUE_TEMPLATE/1-crash_issue.md rename to .github/ISSUE_TEMPLATE/01-crash_issue.md From 89b8b9e5637a7f692cb0bd6542ab6687b7624601 Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 14 Sep 2020 07:41:51 +0200 Subject: [PATCH 3/3] Update 00-olive_unsupported.md Add emoji for a visual clue that 0.1 reports aren't accepted --- .github/ISSUE_TEMPLATE/00-olive_unsupported.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/00-olive_unsupported.md b/.github/ISSUE_TEMPLATE/00-olive_unsupported.md index 1fda19cea..700c5c1cb 100644 --- a/.github/ISSUE_TEMPLATE/00-olive_unsupported.md +++ b/.github/ISSUE_TEMPLATE/00-olive_unsupported.md @@ -1,10 +1,9 @@ --- -name: Legacy Olive 0.1.x issue +name: Legacy Olive 0.1.x issue ⛔ about: Olive 0.1 is no longer supported and issues made about it will be automatically closed. title: "[UNSUPPORTED]" labels: "Legacy (Unsupported)" assignees: '' - --- # Olive 0.1 is unsupported