From 76f1993e7a3e5aa8b297f9e736b8f3a66c7b97a1 Mon Sep 17 00:00:00 2001 From: Abhinesh <142514166+AbhineshJha@users.noreply.github.com> Date: Thu, 26 Oct 2023 02:01:39 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#845) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4328632..8af067f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ # Contributing to embedchain -Let us make contributing easy, collaborative and fun. +Let us make contribution easy, collaborative and fun. ## Submit your Contribution through PR -To make a contribution, follow the following steps: +To make a contribution, follow these steps: 1. Fork and clone this repository 2. Do the changes on your fork with dedicated feature branch `feature/f1` @@ -35,7 +35,7 @@ poetry shell ### 📌 Pre-commit -To ensure our standards, make sure to install pre-commit before star to contribute. +To ensure our standards, make sure to install pre-commit before starting to contribute. ```bash pre-commit install @@ -51,7 +51,7 @@ make lint Make sure that the linter does not report any errors or warnings before submitting a pull request. -### Code Format with `black` +### Code Formatting with `black` We use `black` to reformat the code by running the following command: