From 9d825b8d9a9d482b848d3bddf8a87acdd22053fe Mon Sep 17 00:00:00 2001 From: kha7iq Date: Fri, 7 May 2021 18:12:56 +0800 Subject: [PATCH] docs: udpate steps for contributation --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cdf84a0..c1889a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,9 +67,8 @@ We actively welcome your pull requests. 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be tested, add tests. 3. If you've changed APIs, update the documentation. -4. Ensure the test suite passes (`make test`). -5. Make sure your code lints (`make lint`). -6. Make sure your code is well formatted (`make fmt`). +4. Make sure your code lints (`make lint`). +5. Make sure your code is well formatted (`make fmt`). ## Issues