mirror of
https://github.com/godotengine/godot-proposals.git
synced 2026-09-03 18:14:03 +03:00
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:
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user