From 3dde658c79c7daf4adf3d2c3d04e9527b7c8f25e Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Thu, 3 Nov 2022 10:13:01 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35e0083..587f739 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ These are some of the rules we try to follow: ### How to contribute - the Process 1. Make sure the change would be welcome (e.g. a bugfix or a useful feature); best do so by proposing it in a GitHub issue -2. Create a branch forking the cla-assistant repository and do your change +2. Create a branch forking this repository and do your change 3. Commit and push your changes on that branch 4. In the commit message - Describe the problem you fix with this change.