From 1a6853487ec9aabcb241f3c9e263313138378b0c Mon Sep 17 00:00:00 2001 From: Joao M Date: Tue, 4 Jun 2024 21:31:19 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8f3bc8..183cc37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.