zer0bin/CONTRIBUTING.md

9 lines
390 B
Markdown
Raw Normal View History

2022-03-16 17:20:57 +00:00
# Contributing Guidelines
- Follow the repository structure
- Commit messages must be descriptive and concise
- Your code must be formatted with the respective formatter
2022-03-20 00:39:56 +00:00
- The frontend must use our `prettier` config
- The backend must use `rustfmt`
2022-03-20 00:39:56 +00:00
- The frontend must be installed and compiled with `yarn` and `parcel`
- Additional frontend packages must not be considered bloated