2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +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

View File

@ -61,4 +61,4 @@ Build iOS release:
```
invoke ios
```
```

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
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.