diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-05-12 19:19:07 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-05-25 15:59:33 +0200 |
commit | e7c57a39dbab541c9eefba88a2e0bfe62880a3b5 (patch) | |
tree | e76b54b6f4822cc41a742040c30e6f72e317ebea /.github/ISSUE_TEMPLATE/config.yml | |
parent | feaba551b5a5b2d13ad1c3fdd8c90e67c67ff37c (diff) | |
download | redot-cpp-e7c57a39dbab541c9eefba88a2e0bfe62880a3b5.tar.gz |
Add issue template based on the main Godot repository
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f787bec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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. |