2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-16 12:15:31 +00:00
Files
inventree-app/CONTRIBUTING.md
Asterix\Oliver f244616f67 Add docs
2025-06-14 11:08:40 +10:00

9 lines
194 B
Markdown

## Contribution Guide
### Formatting Code
Before submitting code, please ensure that it is properly formatted. You can use the following command to format your code:
```bash
invoke format
```