community: 🫂 Improve contributing guidelines

This commit is contained in:
Kainoa Kanter 2022-03-23 18:34:17 -07:00 committed by GitHub
parent 92cbc3f49e
commit 024feb777a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
- Your code must be formatted with the formatters we use
- The frontend must use our `prettier` config
- The backend must use `rustfmt`
- The frontend must be installed and compiled with `yarn` and `parcel`
- The frontend must be installed with `yarn` and compiled with `parcel`
- Additional frontend packages must not be considered bloated
- All commits must follow [Conventional Commits](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits)