summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-05-25 08:22:03 +0200
committerGitHub <noreply@github.com>2020-05-25 08:22:03 +0200
commit34d7e30798b4b4fc96dff729cbc2df3410e95e73 (patch)
tree4e2056e6e6b5ee59f95b2510c3f7bf0a737740c2
parent3ecdc27f49cbdfbb07853606242538b6ca1fa37a (diff)
parentf502fa207a0ace681be19758b75f3b8eff0f00fb (diff)
Merge pull request #39019 from Calinou/add-issue-template-config
Add configuration for GitHub issue templates
-rw-r--r--.github/config.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/config.yml b/.github/config.yml
new file mode 100644
index 0000000000..f787bec00e
--- /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.