CONTRIBUTING.md in freno-client-0.7.0 vs CONTRIBUTING.md in freno-client-0.8.0
- old
+ new
@@ -10,11 +10,11 @@
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
## Submitting a pull request
0. [Fork][fork] and clone the freno-client repository
-0. Configure and install the dependencies: `script/bootstrap`
-0. Make sure the tests pass on your machine: `rake`
+0. Configure and install the dependencies: `bin/setup`
+0. Make sure the tests pass on your machine: `bin/test`
0. Create a new branch: `git checkout -b my-branch-name`
0. Make your change, add tests, and make sure the tests still pass
0. Push to your fork and [submit a pull request][pr]
0. Pat your self on the back and wait for your pull request to be reviewed and merged.