From fc4043642231e0c23cadc7be8f28621950f2eeee Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Mon, 24 Aug 2020 16:55:53 +0100 Subject: [PATCH] [CI-SKIP] Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 44 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 11 +++++++ .github/ISSUE_TEMPLATE/enhancement.md | 24 +++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..e96646e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Report an error that that you found +title: '' +labels: '' +assignees: '' + +--- + +#### Plugin Version + + + +#### Config + + ```yaml + [Put the config here] + ``` + +#### Environment description + + + +#### Full Log + +``` +[Your log here] +``` + +#### What other programs/plugins are you running? + + + +#### What is happening? + + + +#### What did you expect to happen? + + + +#### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f38154b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: "#moep IRC channel on irc.spi.gt" + url: "https://kiwiirc.com/client/irc.spi.gt/#moep" + about: My public chat channel to discuss any of my projects + - name: SpigotMC Discussion Thread + url: https://www.spigotmc.org/threads/fubs-random-teleport.29162/ + about: Ask questions and discuss the resource publicly + - name: SpigotMC PM + url: https://www.spigotmc.org/conversations/add?to=Phoenix616&title=RandomTeleport%20Question + about: Ask me questions privately diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..b3003f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,24 @@ +--- +name: Enhancement +about: Request a feature or suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +#### Is your feature request related to a problem? Please describe. + + + +#### Describe the solution you'd like + + + +#### Describe alternatives you've considered + + + +#### Additional context + +