Browse Source

Merge pull request #39019 from Calinou/add-issue-template-config

Add configuration for GitHub issue templates
Rémi Verschelde 5 years ago
parent
commit
34d7e30798
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .github/config.yml

+ 14 - 0
.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.