2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-18 05:05:28 +00:00
This commit is contained in:
Asterix\Oliver
2025-06-14 11:08:40 +10:00
parent 65edbb9cda
commit f244616f67
3 changed files with 12 additions and 1 deletions

9
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,9 @@
## 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
```