mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Add docs
This commit is contained in:
@ -61,4 +61,4 @@ Build iOS release:
|
|||||||
|
|
||||||
```
|
```
|
||||||
invoke ios
|
invoke ios
|
||||||
```
|
```
|
9
CONTRIBUTING.md
Normal file
9
CONTRIBUTING.md
Normal 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
|
||||||
|
```
|
@ -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.
|
||||||
|
Reference in New Issue
Block a user