mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
21727ebfc7
* Fixes #3250 * build: Overhaul build & deployment workflow - Move to release drafter - Replace publishing with gradle nexus - Conventional commits are handy - Determine build status in gh actions before deploying
14 lines
809 B
Markdown
14 lines
809 B
Markdown
# 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.
|