doc(README): Add Development section
This commit is contained in:
committed by
Carlos Álvaro
parent
1bae12cf01
commit
46c00e99e0
11
README.md
11
README.md
@@ -691,7 +691,16 @@ You can restart containers services by running the following command:
|
||||
docker exec -it salt_master entrypoint.sh app:restart [salt-service]
|
||||
```
|
||||
|
||||
Where `salt-service` is one of: `salt-master` os `salt-api` (if `SALT_API_SERVICE_ENABLED` is set to `True`)
|
||||
Where `salt-service` is one of: `salt-master` os `salt-api` (if `SALT_API_SERVICE_ENABLED` is set to `True`).
|
||||
|
||||
## 🔨 Development
|
||||
|
||||
Everyone is wellcome to contribute to this project, and I really appreciate your support. So don't be shy!
|
||||
|
||||
Before you start making changes, read carefully the following notes in order to avoid issues.
|
||||
|
||||
- ⚠️ Some tests start and stop a _**non-isolated**_ `salt-minion` instance. So don't run tests locally.
|
||||
Tests are automatically executed on GitHub when you push commits to your PR.
|
||||
|
||||
## 👏 Credits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user