mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
[ci skip] Move to work level templates
This commit is contained in:
parent
6528c60f4d
commit
d2776eed5a
12
.github/FUNDING.yml
vendored
12
.github/FUNDING.yml
vendored
@ -1,12 +0,0 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: [NotMyFault, dordsor21, SirYwell]
|
|
||||||
patreon: IntellectualSites # Replace with a single Patreon username
|
|
||||||
open_collective: IntellectualSites
|
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
||||||
liberapay: # Replace with a single Liberapay username
|
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
|
||||||
otechie: # Replace with a single Otechie username
|
|
||||||
custom: https://www.paypal.me/AlexanderBrandes # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,18 +0,0 @@
|
|||||||
## Overview
|
|
||||||
<!-- Please describe which issue this Pull Request targets
|
|
||||||
|
|
||||||
If there is no issue, please create one so we can look into it before approving your PR.
|
|
||||||
You can do so here: https://github.com/IntellectualSites/PlotSquared/issues
|
|
||||||
-->
|
|
||||||
|
|
||||||
Fixes #{issue number}
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
## Checklist
|
|
||||||
<!-- Make sure you have completed the following steps (put an "X" between of brackets): -->
|
|
||||||
- [] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch.
|
|
||||||
- [] I tested my changes and approved their functionality
|
|
||||||
- [] I ensured my changes do not break other parts of the code
|
|
||||||
- [] I read and followed the [contribution guidelines](https://github.com/IntellectualSites/PlotSquared/blob/v6/CONTRIBUTING.md)
|
|
||||||
- [] Ensure that the pull request title represents the desired changelog entry
|
|
21
.github/release-drafter.yml
vendored
21
.github/release-drafter.yml
vendored
@ -1,20 +1 @@
|
|||||||
categories:
|
_extends: .github
|
||||||
- title: '🐛 Fixes'
|
|
||||||
label: 'Bugfix'
|
|
||||||
- title: '✨ Features'
|
|
||||||
label: 'Feature'
|
|
||||||
- title: '🧭 Changes'
|
|
||||||
label: 'Enhancement'
|
|
||||||
- title: '📦 Dependency updates'
|
|
||||||
labels:
|
|
||||||
- 'Renovate'
|
|
||||||
- 'Dependency updates'
|
|
||||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
||||||
change-title-escapes: '\<*_&@'
|
|
||||||
exclude-contributors:
|
|
||||||
- 'renovate'
|
|
||||||
- 'renovate-bot'
|
|
||||||
template: |
|
|
||||||
## PlotSquared v6.
|
|
||||||
|
|
||||||
$CHANGES
|
|
||||||
|
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
|||||||
uses: "actions/checkout@v2.3.4"
|
uses: "actions/checkout@v2.3.4"
|
||||||
- name: "Validate Gradle Wrapper"
|
- name: "Validate Gradle Wrapper"
|
||||||
uses: "gradle/wrapper-validation-action@v1.0.4"
|
uses: "gradle/wrapper-validation-action@v1.0.4"
|
||||||
- name: "Setup JDK 16"
|
- name: "Setup Java"
|
||||||
uses: "actions/setup-java@v2.2.0"
|
uses: "actions/setup-java@v2.3.1"
|
||||||
with:
|
with:
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
java-version: "16"
|
java-version: "17"
|
||||||
- name: "Clean Build"
|
- name: "Clean Build"
|
||||||
run: "./gradlew clean build"
|
run: "./gradlew clean build"
|
||||||
- name: "Determine release status"
|
- name: "Determine release status"
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
# Contributing
|
|
||||||
If you feel like you can improve the plugin any way, then you are more than welcome to contribute to PlotSquared. It would be highly appreciated if you made sure to test your code before committing it, as it will save us a lot of time and effort.
|
|
||||||
|
|
||||||
### Code Style
|
|
||||||
If you are planning to commit any changes to the project, it would be highly appreciated if you were to follow the project
|
|
||||||
code style conventions. To make this easier we have provided settings that can be picked up by your IDE.
|
|
||||||
|
|
||||||
IntelliJ: Install the `EditorConfig` plugin. Now IntelliJ is able to pick up the provided `.editorconfig` file automatically.
|
|
||||||
|
|
||||||
### Committing
|
|
||||||
|
|
||||||
We are using [conventional commits](https://www.conventionalcommits.org/en/) to make commit messages more descriptive and
|
|
||||||
generate changelogs based on them.
|
|
10
README.md
10
README.md
@ -30,21 +30,13 @@ is to provide a lag-free and smooth experience.
|
|||||||
* [Wiki](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki)
|
* [Wiki](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki)
|
||||||
* [Issues](https://github.com/IntellectualSites/PlotSquared/issues)
|
* [Issues](https://github.com/IntellectualSites/PlotSquared/issues)
|
||||||
* [Translations](https://intellectualsites.crowdin.com/plotsquared/)
|
* [Translations](https://intellectualsites.crowdin.com/plotsquared/)
|
||||||
|
* [Contributing](https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.md)
|
||||||
|
|
||||||
### Developer Resources
|
### Developer Resources
|
||||||
* [API Documentation](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/API-Documentation)
|
* [API Documentation](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/API-Documentation)
|
||||||
* [Event API](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/Events)
|
* [Event API](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/Events)
|
||||||
* [Flag API](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/API-Flag)
|
* [Flag API](https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/API-Flag)
|
||||||
|
|
||||||
# Building
|
|
||||||
Gradle is the **recommended** way to build the project. Use `./gradlew build` in the main project directory to build the project. Gradle is required if you intend to build or develop the Sponge module.
|
|
||||||
|
|
||||||
# Contributing
|
|
||||||
See [here](https://github.com/IntellectualSites/PlotSquared/blob/v6/CONTRIBUTING.md)
|
|
||||||
|
|
||||||
## Suggestions
|
|
||||||
Suggestions are welcome! We have a separate issue tracker for suggestions, that can be found in [this](https://github.com/IntellectualSites/PlotSquaredSuggestions) repository.
|
|
||||||
|
|
||||||
# Official Addons
|
# Official Addons
|
||||||
* [Plot2Dynmap](http://www.spigotmc.org/resources/plot2dynmap.1292/)
|
* [Plot2Dynmap](http://www.spigotmc.org/resources/plot2dynmap.1292/)
|
||||||
* [HoloPlots](https://www.spigotmc.org/resources/holoplots.4880/)
|
* [HoloPlots](https://www.spigotmc.org/resources/holoplots.4880/)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
If you discover a security vulnerability in PlotSquared, please submit it through the [Security Vulnerability Form](https://forms.gle/btgdRn9yhGtzEiGW8).
|
|
||||||
|
|
||||||
Thanks for helping make PlotSquared safe for everyone.
|
|
Loading…
Reference in New Issue
Block a user