From 34780ba2a99a7b6dfd8ca48f512acd831ade89ec Mon Sep 17 00:00:00 2001 From: Yash Sajwan Date: Tue, 21 Nov 2023 17:08:31 +0530 Subject: [PATCH 1/2] docs: typo in docs/CloneSetup.md from repo to repository (#1168) Co-authored-by: Tamal Das --- docs/CloneSetup.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/CloneSetup.md b/docs/CloneSetup.md index ea738bad..0d881ee0 100644 --- a/docs/CloneSetup.md +++ b/docs/CloneSetup.md @@ -11,24 +11,24 @@ ## Forking 🍴 -- There will be a `Fork` button on the top right corner of the repo. Click on it. +- There will be a `Fork` button on the top right corner of the repository. Click on it. - **Uncheck** the option which says `Copy the main branch only`. -- This is important as we have multiple branches in the repo and `beta` is the development branch. +- This is important as we have multiple branches in the repository and `beta` is the development branch. ## Cloning 🌀 -- After the fork is done, you will be redirected to your forked repo. -- The next step is to clone the repo to your local storage. +- After the fork is done, you will be redirected to your forked repository. +- The next step is to clone the repository to your local storage. - Open your terminal and enter the following command and hit enter. ```shell git clone https://github.com/MilanCommunity/Milan.git ``` -- This will clone the repo to your local storage and you can start working on it. +- This will clone the repository to your local storage and you can start working on it. ## Next steps 🚀 -So now you have the repo in your local storage. The next step is to setup the frontend and backend locally. You can refer to the following links to setup the frontend and backend locally. +So now you have the repository in your local storage. The next step is to setup the frontend and backend locally. You can refer to the following links to setup the frontend and backend locally. 1. [Setting up frontend locally](/docs/FrontendSetup.md) 2. [Setting up the backend locally](/docs/BackendSetup.md) From bd9ec71447c2e0f890e6cfb06cb0e8a14ce99672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:14:36 +0530 Subject: [PATCH 2/2] chore(deps): bump @commitlint/cli from 17.8.1 to 18.4.2 (#1173) Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 18.4.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.4.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tamal Das --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 613a37d7..55ea1454 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "milan community frontend app" ], "dependencies": { - "@commitlint/cli": "^17.6.1", + "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^17.6.1", "@testing-library/jest-dom": "^5.16.1", "@testing-library/user-event": "^14.4.3",