1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Update CONTRIBUTING.md

This commit is contained in:
Everly Precia Suresh 2022-06-01 20:56:46 +05:30 committed by GitHub
parent c451c9a268
commit b0f2e2a1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,7 +240,7 @@ Appwrite uses [PHP's Composer](https://getcomposer.org/) for managing dependenci
## Coding Standards
Appwrite is following the [PHP-FIG standards](https://www.php-fig.org/). Currently, we are using PSR-0 and PSR-12 for coding standards and autoloading standards.
Appwrite is following the [PHP-FIG standards](https://www.php-fig.org/). Currently, we are using both PSR-0 and PSR-12 for coding standards and autoloading standards.
We use prettier for our JS coding standards and auto-formatting our code.