From d1bd0a73e2d0c7e8afba0800cf74b814a54d6f4d Mon Sep 17 00:00:00 2001 From: JaTiTV Date: Thu, 27 Jan 2022 09:14:50 +0100 Subject: [PATCH] add ISSUE_TEMPLATE --- .gitea/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++ .gitea/ISSUE_TEMPLATE/feature_request.md | 21 ++++++++++++++ .gitea/ISSUE_TEMPLATE/question.md | 22 ++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug_report.md create mode 100644 .gitea/ISSUE_TEMPLATE/feature_request.md create mode 100644 .gitea/ISSUE_TEMPLATE/question.md diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ed75f2b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: +- "bug report" + +--- + +**Description of issue:** + + +--- + +**Plugin Version (using`/t2code-autoresponse info`):** + +**Server Type (Spigot/Paperspigot/etc):** + +**Server Version (using `/ver`):** + +**Relevant plugins (Delete if this isn't needed):** + +--- + +**ERROR (DELETE IF YOU HAVE NO ERROR):** +``` +###################### +## REPLACE WITH ERROR ## +###################### +``` + +**CONFIG SECTION (DELETE IF NOT RELEVANT):** +``` +####################################### +## REPLACE WITH RELEVANT CONFIG SECTION ## +####################################### +``` \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ecaaabb --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea/improvement +title: '' +labels: +- " feature request" + +--- + +**Description of feature request:** + + +--- + +**Plugin Version (using`/t2code-autoresponse info`):** + +**Server Type (Spigot/Paperspigot/etc):** + +**Server Version (using `/ver`):** + +**Relevant plugins (Delete if this isn't needed):** \ No newline at end of file diff --git a/.gitea/ISSUE_TEMPLATE/question.md b/.gitea/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..ac09894 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/question.md @@ -0,0 +1,22 @@ +--- +name: Question +about: Ask a question or get advice +title: '' +labels: +- question + +--- + +**Share your question here:** + +--- + +**Plugin Version (using`/t2code-autoresponse info`):** + +**Server Type (Spigot/Paperspigot/etc):** + +**Server Version (using `/ver`):** + +**Relevant plugins (Delete if this isn't needed):** + +--- \ No newline at end of file