From ad7d5cabf98335543be02462060114e0aab77383 Mon Sep 17 00:00:00 2001 From: kaxada Date: Fri, 27 Oct 2023 18:04:43 +0300 Subject: [PATCH] added missing information --- CONTRIBUTING.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8068870..7ce5032 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,10 +27,19 @@ Here are the steps to follow to contribute to All In CHAOSS Project badging: 2. **Clone Your Fork**: Clone your fork of the repository to your local machine: - *git clone https://github.com/AllInOpenSource/ProjectBadging.git* - + *git clone https://github.com/your_username/ProjectBadging.git* + + replace `your_username` with your actual github username + ### Set up your Local Development Environment +3. **Perform the following to get your working environment ready**: + + ```bash + cd ProjectBadging # move into project directory + npm install # installs packages and dependencies + ``` + 4. **Create a Branch**: Create a new branch for your contribution: *git checkout -b your-branch-name* @@ -42,7 +51,7 @@ Here are the steps to follow to contribute to All In CHAOSS Project badging: 7. **Commit Changes**: Commit your changes with a clear and descriptive message. *git add . - git commit -s -m ""* + git commit -S -m ""* 8. **Push Changes**: Push your changes to your fork on GitHub: