From cc592ce1dc0e426ecec220df07c28016b8b31334 Mon Sep 17 00:00:00 2001 From: Regalis11 Date: Thu, 28 Mar 2024 14:17:23 +0200 Subject: [PATCH] Disabled blank issues (must use the issue template, which now redirects to the Discussions section) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index afdfa51f6..afd1a0c99 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: "Please write your reports in the [Discussions section](https://github.com/FakeFishGames/Barotrauma/discussions/categories/bug-reports) from now on" +description: "Please write your reports in the Discussions section from now on." body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..275528fd7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Bug reports + url: https://github.com/FakeFishGames/Barotrauma/discussions/categories/bug-reports + about: Please post your bug reports in the Discussions section. \ No newline at end of file