mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 12:15:31 +00:00
9 lines
194 B
Markdown
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
|
|
``` |