Skip to content

Commit 582d3ce

Browse files
authored
Update feedback-and-contribution.md
1 parent b114518 commit 582d3ce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/feedback-and-contribution.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,18 @@ docker-compose -f docker-compose-test.yml run --rm staging-swarm
8484

8585
##### Locally simulating CI
8686

87-
All above can be run in same manner as CI is running them before build using:
87+
All above can be executed in same manner as CI is running it before a build using the command that follows.
88+
8889
```bash
8990
./scripts/local-ci.sh
9091
```
91-
script requires:
92+
93+
The script requires:
94+
9295
* DOCKER_HUB_USER environment variable to be set
9396
* HOST_IP to be set
9497
* docker logged in to docker hub with $DOCKER_HUB_USER user
9598

9699
### Pull Request
97100

98-
Once the feature is done, create a pull request.
101+
Once the feature is done, create a pull request.

0 commit comments

Comments
 (0)