1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 06:10:12 -07:00

docs: udpate steps for contributation

This commit is contained in:
kha7iq 2021-05-07 18:12:56 +08:00
parent e90a965fab
commit 9d825b8d9a

View File

@ -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