From 00eeebbf041ceb5b207b8d0d753d28814f6e2e30 Mon Sep 17 00:00:00 2001 From: Krishna Agarwal Date: Fri, 7 Oct 2022 23:15:50 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9958d6ed20..19c2738c51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ When `TYPE` can be: - **fix** - a bug fix - **refactor** - code change that neither fixes a bug nor adds a feature -**All PRs must include a commit message with the description of the changes!** +**All PRs must include a commit message with the description of the changes made!** For the initial start, fork the project and use git clone command to download the repository to your computer. A standard procedure for working on an issue would be to: