Skip to content

Commit

Permalink
docs: optimized contributing.md steps for better readability (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jstreetman authored Sep 10, 2024
1 parent 8b5a7af commit f48da10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ instructions:

### Setup steps

1. Fork and clone the repo
2. Copy `.env.example` into `.env`
3. Run `npm install && npm run setup -s` to install dependencies and run
1. Fork repo
2. clone the repo
3. Copy `.env.example` into `.env`
4. Run `npm install && npm run setup -s` to install dependencies and run
validation
4. Create a branch for your PR with `git checkout -b pr/your-branch-name`
5. Create a branch for your PR with `git checkout -b pr/your-branch-name`

> Tip: Keep your `main` branch pointing at the original repository and make pull
> requests from branches on your fork. To do this, run:
Expand Down

0 comments on commit f48da10

Please sign in to comment.