docs: 📄 Add Conventional Commits to Code of Conduct

This commit is contained in:
ThatOneCalculator 2022-03-19 19:32:04 -07:00
parent 2c37d6a83f
commit 10027ff5e3
1 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,10 @@
# Contributing Guidelines
- Follow the repository structure
- Commit messages must be descriptive and concise
- Your code must be formatted with the respective formatter
- The frontend must use our `prettier` config
- The backend must use `rustfmt`
- The frontend must be installed and compiled with `yarn` and `parcel`
- Additional frontend packages must not be considered bloated
- Follow the repository structure
- Commit messages must be descriptive and concise
- Your code must be formatted with the respective formatter
- The frontend must use our `prettier` config
- The backend must use `rustfmt`
- The frontend must be installed and compiled with `yarn` and `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)