diff --git a/.github/CONTRIBUTING.MD b/.github/CONTRIBUTING.MD new file mode 100644 index 000000000..76758e5bd --- /dev/null +++ b/.github/CONTRIBUTING.MD @@ -0,0 +1,10 @@ +# Contributing to SiegeWar + + +## Contributing Code +Code contributions are welcome and are made via GitHub's Pull Request. +You must fork the Towny repository (this) and then open it via your IDE. + +* Please make sure to read our [License](https://github.com/TownyAdvanced/SiegeWar/blob/master/LICENSE.md). If you do not agree with the terms and conditions of our license, please do not contribute any code. + +* By making a pull request, you represent that you have the right to waive copyright and related rights to your contribution, and agree that all copyright and related rights in your contributions are waived, and you acknowledge that the TownyAdvanced organization has the copyright to use and modify your contribution under our [License](https://github.com/TownyAdvanced/SiegeWar/blob/master/LICENSE.md) for perpetuity. diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..79b36eef4 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [LlmDl] # [LlmDl, Goosius1] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..af5c0efa7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Do something... +2. After which... +3. And then... +4. This error appears... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Versions (please complete the following information):** + - Towny: + - SiegeWar: + - Spigot/Paper: + +**Files** +Startup log: +SiegeWar config: +Townyperms.yml: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..97eb290d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'Suggestion: ' +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. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..6c190f1a4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + +#### Description: + + +____ +#### New Nodes/Commands/ConfigOptions: + + + +____ +#### Relevant Issue ticket: + + + +____ +- [ ] I have tested this pull request for defects on a server. + + +By making this pull request, I represent that I have the right to waive copyright and related rights to my contribution, and agree that all copyright and related rights in my contributions are waived, and I acknowledge that the TownyAdvanced organization has the copyright to use and modify my contribution under the Towny [License](https://github.com/LlmDl/Towny/blob/master/LICENSE.md) for perpetuity. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..f941a9712 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +# Licensing + +SiegeWar is licensed under the [Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0) License ](http://creativecommons.org/licenses/by-nc-nd/3.0/)