From d4eb2cc1dac3f1337cfc0770d2fbc8e713b98af7 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 14 Apr 2020 09:46:54 +0200 Subject: [PATCH] Add issue templates This should make the issue reporting flow a bit smoother. --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/enhancement_request.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/support_question.md | 18 ++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.md create mode 100644 .github/ISSUE_TEMPLATE/support_question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..daa97e5d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug report +about: Report incorrect or outdated documentation +title: '' +labels: bug +assignees: '' +--- + +**Your Godot version:** + +**Issue description:** + +**URL to the documentation page:** diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md new file mode 100644 index 000000000..d6b2f3caa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -0,0 +1,13 @@ +--- +name: Enhancement request +about: Suggest new documentation or improving existing documentation +title: '' +labels: enhancement +assignees: '' +--- + +**Your Godot version:** + +**Issue description:** + +**URL to the documentation page (if already existing):** diff --git a/.github/ISSUE_TEMPLATE/support_question.md b/.github/ISSUE_TEMPLATE/support_question.md new file mode 100644 index 000000000..c57bc0609 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support_question.md @@ -0,0 +1,18 @@ +--- +name: Support question +about: Asking a question about the engine or something not working +title: 'IMPORTANT: This repository does not accept support questions.' +labels: archived +assignees: '' +--- + +**IMPORTANT, PLEASE READ** + +Support questions are not accepted on this repository. +Please use one of the other community channels instead, such as Discord: + +https://godotengine.org/community + +Do not submit to this repository or your issue will be closed. + +**IMPORTANT, PLEASE READ**