From 3cc89156a7838957b010f981273dd0a19f3e2bc3 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 31 May 2020 18:10:16 -0400 Subject: [PATCH 1/4] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 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 0000000000..37f8a60206 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Feature request + url: https://github.com/Anuken/Mindustry-Suggestions/issues/new/choose + about: Do not make a new issue for feature requests! Instead, post it in suggestions repository. + - name: Question + url: https://discord.com/invite/mindustry + about: Questions about the game should be asked in the Discord, not in the issue tracker. From f6f0d6c1be58effbfc35299da20171b87bfda6c1 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 31 May 2020 18:10:29 -0400 Subject: [PATCH 2/4] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 7a08062e1d..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Feature request -about: Do not make a new issue for feature requests! Instead, post in the suggestions - repository. See the README. -title: '' -labels: invalid -assignees: '' - ---- - -**Do not make a new issue for feature requests!** Instead, post it in suggestions repository: https://github.com/Anuken/Mindustry-Suggestions/issues/new/choose From 23b2170c66571d1090c8476bf49f145b5c098b19 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 31 May 2020 18:11:07 -0400 Subject: [PATCH 3/4] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 37f8a60206..e1d9fecf05 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +blank_issues_enabled: false contact_links: - name: Feature request url: https://github.com/Anuken/Mindustry-Suggestions/issues/new/choose From 6a24a823457189734443168485206c41b23046f1 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 31 May 2020 18:12:44 -0400 Subject: [PATCH 4/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a0841b523b..50fa001df5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help fix an issue. title: '' -labels: '' +labels: bug assignees: '' ---