2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 11:45:31 +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
```

View File

@ -32,3 +32,5 @@ User documentation for the InvenTree mobile app can be found [within the InvenTr
## Developer Documentation ## Developer Documentation
Refer to the [build instructions](BUILDING.md) for information on how to build the app from source. Refer to the [build instructions](BUILDING.md) for information on how to build the app from source.
Refer to the [contribution guidelines](CONTRIBUTING.md) for information on how to contribute to the project.