|
|
@ -9,12 +9,12 @@ Please note that this project is released with a Contributor Code of Conduct. By |
|
|
|
## Submitting a pull request |
|
|
|
|
|
|
|
0. Fork and clone the repository |
|
|
|
0. Configure and install the dependencies: `script/bootstrap` |
|
|
|
0. Make sure the tests pass on your machine: `script/cibuild` |
|
|
|
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 |
|
|
|
0. Pat your self on the back and wait for your pull request to be reviewed and merged. |
|
|
|
1. Configure and install the dependencies: `script/bootstrap` |
|
|
|
2. Make sure the tests pass on your machine: `script/cibuild` |
|
|
|
3. Create a new branch: `git checkout -b my-branch-name` |
|
|
|
4. Make your change, add tests, and make sure the tests still pass |
|
|
|
5. Push to your fork and submit a pull request |
|
|
|
6. Pat your self on the back and wait for your pull request to be reviewed and merged. |
|
|
|
|
|
|
|
Here are a few things you can do that will increase the likelihood of your pull request being accepted: |
|
|
|
|
|
|
|