Skip to content

Commit

Permalink
Add msg to people reading CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-sys committed Oct 26, 2019
1 parent 575360c commit a3f711f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,10 @@ Your change needs to pass our Travis build check and gain approval from some mem
it can get merged. If a reviewer asks for a change, please make the change and update your branch again.
Once your branch passes our Travis build and gains enough approvals, please merge your branch into master
with an ordinary merge commit, not a rebase or squash merge.

Travis uses this script to test code compilation, linting, and of course,
tests.

```bash
scripts/build_check.sh
```

0 comments on commit a3f711f

Please sign in to comment.