From 23f06e33714331d19bbc82a130d9cd9cdbc8f9df Mon Sep 17 00:00:00 2001 From: fatpigsarefat Date: Sat, 12 May 2018 12:09:13 +0100 Subject: Create LICENSE (#14) --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..dee49611 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 fatpigsarefat + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -- cgit v1.2.3-70-g09d2 From d3e34baa185abd03c9c2cb7b6c10c34fd7aeb463 Mon Sep 17 00:00:00 2001 From: fatpigsarefat Date: Fri, 25 May 2018 20:16:23 +0100 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..fd500c32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a bug report + +--- + +**Description of Error** +[please provide what is going on and what it should be doing if applicable] + +**To Reproduce** +[please provide what you were doing when the error showed] + +**Screenshots** +[if you have any screenshots, show them here] + +**Server (please complete the following information):** + - Minecraft Version: [e.g. 1.12.1] + - Mod Name: [e.g. Spigot] + +**Plugin (please complete the following information):** + - Version: [e.g. 2.0.8-beta] + +**Stacktrace** +[please see your console if there is a long error when the bug occours, if there is one present, please paste it here] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..fa68b96c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for Quests + +--- + +**Description of Feature** +[please describe what you would like to be added] + +**Alternative Methods** +[if applicable, please describe any alternative methods you have tried to achieve the above feature] + +**Additional Information** +[anything not listed above, such as screenshots etc.] -- cgit v1.2.3-70-g09d2 From 92eea19583d742e98a53df817cb2ec8de93dd56b Mon Sep 17 00:00:00 2001 From: fatpigsarefat Date: Fri, 25 May 2018 20:16:43 +0100 Subject: Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4e6ce0ef..0fdc7d72 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ out/ test/ *.iml *.xml +.github/ -- cgit v1.2.3-70-g09d2