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

Disallow creating blank issues, add a link to the main Godot repository
This commit is contained in:
Rémi Verschelde
2019-12-01 12:58:07 +01:00
committed by GitHub

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
# All proposals must follow the template, so disallow creating blank issues.
blank_issues_enabled: false
contact_links:
- name: Main Godot repository
- url: https://github.com/godotengine/godot
- about: Please report bugs on the main Godot repository, not here.