Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
added missing information
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Oct 27, 2023
1 parent 702752a commit ad7d5ca
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand All @@ -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 "<Brief description of your changes>"*
git commit -S -m "<Brief description of your changes>"*

8. **Push Changes**: Push your changes to your fork on GitHub:

Expand Down

0 comments on commit ad7d5ca

Please sign in to comment.