From 6d4790b864c3b9f53479133d903eb46808179d40 Mon Sep 17 00:00:00 2001 From: azkyakhan Date: Mon, 22 Aug 2022 15:17:53 +0530 Subject: [PATCH] Updated contribution guideline point in contributing file(#2r0kmb3) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d6d9248f..208ccca19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,6 @@ 6. Use [Pull Request template](https://github.com/hotwax/preorder/blob/main/.github/PULL_REQUEST_TEMPLATE.md) (it's automatically added to each PR) and fill as much fields as possible to describe your solution. 7. Reference any relevant issues or other information in your PR. 8. Wait for review and adjust your PR according to it. -9. Congrats! Your PR should now me merged in! +9. Congrats! Your PR should now be merged in! If you can't handle some parts of the issue then please ask for help in the comment. If you have any problems during the implementation of some complex issue, feel free to implement just a part of it.