From 8aebbf12fa3274d71ba394fe571743b648b31328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 5 Oct 2023 13:48:57 +0200 Subject: [PATCH] Fix GitHub issue template not being parsed as form --- .../bug_report.yml} | 2 +- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) rename .github/{ISSUE_TEMPLATE.yml => ISSUE_TEMPLATE/bug_report.yml} (82%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 82% rename from .github/ISSUE_TEMPLATE.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml index 2ec5cd2..92f12af 100644 --- a/.github/ISSUE_TEMPLATE.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,7 @@ body: attributes: value: | - Write a descriptive issue title above. - - Search [open]() and [closed]() issues to ensure it has not already been reported. + - Search [open](https://github.com/godotengine/godot-cpp-template/issues) and [closed](https://github.com/godotengine/godot-cpp-template/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported. - type: input attributes: label: Godot version diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f787bec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false + +contact_links: + - name: Godot proposals + url: https://github.com/godotengine/godot-proposals + about: Please submit feature proposals on the Godot proposals repository, not here. + + - name: Godot documentation repository + url: https://github.com/godotengine/godot-docs + about: Please report issues with documentation on the Godot documentation repository, not here. + + - name: Godot community channels + url: https://godotengine.org/community + about: Please ask for technical support on one of the other community channels, not here.