From f502fa207a0ace681be19758b75f3b8eff0f00fb Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 24 May 2020 23:22:20 +0200 Subject: [PATCH] Add configuration for GitHub issue templates This adds a few links on the issue creation page and disallows creating blank issues (since all issues must follow the bug report template). --- .github/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000000..f787bec00e9 --- /dev/null +++ b/.github/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.