docs: udpate steps for contributation

pull/30/head
kha7iq 4 years ago
parent e90a965fab
commit 9d825b8d9a

@ -67,9 +67,8 @@ We actively welcome your pull requests.
1. Fork the repo and create your branch from `master`. 1. Fork the repo and create your branch from `master`.
2. If you've added code that should be tested, add tests. 2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation. 3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes (`make test`). 4. Make sure your code lints (`make lint`).
5. Make sure your code lints (`make lint`). 5. Make sure your code is well formatted (`make fmt`).
6. Make sure your code is well formatted (`make fmt`).
## Issues ## Issues

Loading…
Cancel
Save