From 6002c239a0b71aedaf8b75b4bcf5ffdc6d096164 Mon Sep 17 00:00:00 2001 From: Raj Aryan <65965202+Creatoon@users.noreply.github.com> Date: Fri, 25 Dec 2020 17:33:07 +0530 Subject: [PATCH] docs: fixed articles error in the CONTRIBUTING.md file (#2260) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5d090dcee53..6b6fb20f151 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,7 +48,7 @@ that include your `webpack.config.js` and relevant files. This way you help othe First of all, you will need to create an issue in Github for the feature or bugfix that you want to work on. When you open a new issue, there will be a template that will be automatically added to the text of the issue, which you would need to fill in. Doing this will help us to understand better what the ticket is about. -After you've created the issue, we will have a look, and provide feedback to your ticket. +After you've created an issue, we will have a look, and provide feedback to your ticket. In case it is a bug that you want to fix, we might help you with background information about the issue, so you can make an informed fix.