mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-16 12:21:20 +01:00
docs: Updated README.md
This commit is contained in:
parent
6b097087a2
commit
9d7184d86e
24
README.md
24
README.md
@ -32,9 +32,29 @@ Usage stats can be found here https://bstats.org/plugin/bukkit/AdvancedPortals
|
|||||||
|
|
||||||
The api isn't implemented in this version, sorry for any inconvenience. Check the recode tree for possibly a working recode at some point.
|
The api isn't implemented in this version, sorry for any inconvenience. Check the recode tree for possibly a working recode at some point.
|
||||||
|
|
||||||
## Contributing
|
# Contributing
|
||||||
Please ensure that your commits are in the following style for PR's
|
Please ensure that your commits are in the following style for PR's
|
||||||
|
|
||||||
https://www.conventionalcommits.org/en/v1.0.0/
|
https://www.conventionalcommits.org/en/v1.0.0/
|
||||||
|
|
||||||
This will help with changelogs and tracking bugfixes.
|
Accepted tags mostly follow the Angular style and are meant to only loosely be followed.
|
||||||
|
When commits close an issue refer in the commit description in the following style (Refs #1, #2, #3)
|
||||||
|
## Types available
|
||||||
|
* **build**: Changes that affect the build system or external dependencies
|
||||||
|
* **ci**: Changes to our CI configuration files and scripts
|
||||||
|
* **docs**: Documentation only changes
|
||||||
|
* **feat**: A new feature
|
||||||
|
* **fix**: A bug fix
|
||||||
|
* **perf**: A code change that improves performance
|
||||||
|
* **refactor**: A code change that neither fixes a bug nor adds a feature
|
||||||
|
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
|
||||||
|
<!---
|
||||||
|
We don't currently do tests. But in case.
|
||||||
|
* **test**: Adding missing tests or correcting existing tests
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Scopes available
|
||||||
|
Scopes are only needed if relating to specific features just to make them easier to find.
|
||||||
|
_I'll expand the list as I work more on the project._
|
||||||
|
* **proxy** (Proxy specific features and issues)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user