Update contributing guidelines

Following a PR with over 10 features being added at once, the contributing guidelines have been updated to limit a PR to a single feature or multiple bug fixes.
This commit is contained in:
Cooldude2606
2023-08-15 18:59:58 +01:00
committed by GitHub
parent 46f6215d94
commit f66ccdfb0b

View File

@@ -50,10 +50,12 @@ For developers wanting to add features please follow these guidelines:
* All code is documented using ldoc, the end result can be found [here][docs].
* Changes should be made on your own fork and merged into `dev` through a pull request.
* Pull requests are automatically linted and documentation checked.
* Each pull request should be limited to one feature or a few bug fixes.
* Pull requests are automatically checked for lint and documentation errors.
* Pull requests are manually reviewed to maintain code and language quality.
* New features should have the branch names: `feature/feature-name`
* Bug fixes should have the branch names: `fix/bug-name`
* Commits should have meaningful messages.
## Releases