From 87dbbb41caa61aa99b16a97bb34cb4721c427b4b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 12 Jun 2022 01:05:03 +0430 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ab01a91..0071b72 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,7 +7,7 @@ First off, I'm really glad you're reading this and thank you for taking the time 2. Open an issue with your planned implementation to discuss. -3. Check in with me before starting development to make sure your work wont conflict with or duplicate existing work. +3. Check in with me before starting development to make sure your work wont conflict with or duplicate existing work (by doing step 2). 4. Commit, push, and submit a PR and wait for review feedback.