1
0
Fork 0

Update CONTRIBUTING.md

This commit is contained in:
Joao M 2024-06-04 21:31:19 -05:00 committed by GitHub
parent 5b76656993
commit 1a6853487e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,6 @@ We have three main branches in this project:
### Code Style and Guidelines
- **Follow PSR Standards**: We follow [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-2](https://www.php-fig.org/psr/psr-2/), and [PSR-12](https://www.php-fig.org/psr/psr-12/).
- **Write Clear Commit Messages**: Use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
- **Documentation**: Update the documentation for any new features or changes.