♻️ refactor: Redo contributing guidelines

This commit is contained in:
Dominic Harris 2022-03-17 09:33:47 -04:00
parent ada569cdaf
commit 2f72e2b182
No known key found for this signature in database
GPG Key ID: 93CCF85F3E2A4F65
1 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,8 @@
# Contributing Guidelines
- Follow repo structure
- Use prettier formatter with our settings
- Be respectful
- Don't add packages that have a lot of bloat
- Remember to use `npm` if you're working on the frontend
- Follow the repository structure
- Commit messages must be descriptive and concise
- Your code must be formatted with the respective formatter
- The frontend must use `prettier` using our config
- The backend must use `rustfmt`
- The frontend must work with `npm`
- Additional frontend packages must not be considered bloated