From 7e39a989348b7b78bb308d0b8a3dee8bc3aa5183 Mon Sep 17 00:00:00 2001 From: Rupali Haldiya Date: Fri, 19 May 2023 00:36:58 +0530 Subject: [PATCH] chore: added issues & commites guidelines --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f9083d0c..6969f07fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ The subcategory object should follow this pattern * Use `type: subject` format for writing your commit messages. `type` could be one the followings: * `feat`: use this if you're adding any new feature * `fix`: use this if you're fixing anything in the codebase - * `chore`: use this when you're adding new links/resources + * `chore`: use this when you're adding new links/resources AND when making any small changes (ex. chore: added *resource_name* in *subcategory* *category* ) ## Making Pull Requests