Skip to content

Commit

Permalink
feat(CONTRIBUTE GUIDE): write the code for how to test the code in th…
Browse files Browse the repository at this point in the history
…e contribute guide
  • Loading branch information
bionicles committed Jan 15, 2020
1 parent 6b14399 commit 68a8685
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ Ensure there is an issue for your feature in the issues list and move it to the
Make a feature branch:
```
git checkout -b FEATURE_NAME dev
# document the feature in README.md
# test the feature with docker-compose + CodeceptJS
make test
# develop the feature inside the subdirectories like api, www
git add .
git commit -m "feat(FEATURE_NAME): do something"
git push --set-upstream origin FEATURE_NAME
Expand Down

0 comments on commit 68a8685

Please sign in to comment.