From 09e3ea48b8a94ed181829704e9f9aa6332046a6e Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 24 May 2019 11:50:45 +0200 Subject: [PATCH] Use "new" template formats --- ...ue-report-for-fastasyncworldedit-1-13-2.md | 39 +++++++++++++++++++ ...ue-report-for-fastasyncworldedit-1-13-2.md | 39 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++ 3 files changed, 98 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug---issue-report-for-fastasyncworldedit-1-13-2.md create mode 100644 .github/ISSUE_TEMPLATE/bug-issue-report-for-fastasyncworldedit-1-13-2.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug---issue-report-for-fastasyncworldedit-1-13-2.md b/.github/ISSUE_TEMPLATE/bug---issue-report-for-fastasyncworldedit-1-13-2.md new file mode 100644 index 000000000..07b0f7b25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---issue-report-for-fastasyncworldedit-1-13-2.md @@ -0,0 +1,39 @@ +--- +name: Bug / Issue report for FastAsyncWorldEdit 1.13.2 +about: Bug / Issue report about this plugin +title: '' +labels: Requires Testing +assignees: '' + +--- + +# Bug report for FastAsyncWorldEdit 1.13.2 + + + + +**[REQUIRED] FastAsyncWorldEdit Version Number:** + + +**[REQUIRED] Spigot/Paper Version Number:** + + +**Links to config.yml and config-legacy.yml file:** + + +**[REQUIRED] Description of the problem:** + + + +**Plugins being used on the server:** + + +**How to replicate**: + + +**Checklist**: + +- [] I included all information required in the sections above +- [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [] I made sure I am using an up-to-date version of [FastAsyncWorldEdit for 1.13.2](https://ci.athion.net/job/FastAsyncWorldEdit-Breaking/) +- [] I made sure the bug/error is not caused by any other plugin diff --git a/.github/ISSUE_TEMPLATE/bug-issue-report-for-fastasyncworldedit-1-13-2.md b/.github/ISSUE_TEMPLATE/bug-issue-report-for-fastasyncworldedit-1-13-2.md new file mode 100644 index 000000000..168aee604 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-issue-report-for-fastasyncworldedit-1-13-2.md @@ -0,0 +1,39 @@ +--- +name: Bug/Issue report for FastAsyncWorldEdit 1.13.2 +about: Bug/Issue report about this plugin +title: '' +labels: Requires Testing +assignees: '' + +--- + +# Bug report for FastAsyncWorldEdit 1.13.2 + + + + +**[REQUIRED] FastAsyncWorldEdit Version Number:** + + +**[REQUIRED] Spigot/Paper Version Number:** + + +**Links to config.yml and config-legacy.yml file:** + + +**[REQUIRED] Description of the problem:** + + + +**Plugins being used on the server:** + + +**How to replicate**: + + +**Checklist**: + +- [] I included all information required in the sections above +- [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [] I made sure I am using an up-to-date version of [FastAsyncWorldEdit for 1.13.2](https://ci.athion.net/job/FastAsyncWorldEdit-Breaking/) +- [] I made sure the bug/error is not caused by any other plugin diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..0695e00a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: "[+] Enhancement" +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.