Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjugi authored Jan 11, 2025
1 parent ff77a42 commit c36d2e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ git checkout -b name-of-your-branch
npm ci # installs this project's dependencies
npm run dev # starts a development environment
```
8. Perform your changes
8. Ensure your code is linted by running `npm run lint` -- fix any issue you
9. Perform your changes
10. Ensure your code is linted by running `npm run lint` -- fix any issue you
see listed.
9. If the tests pass, you can commit your changes to your fork and then create
11. If the tests pass, you can commit your changes to your fork and then create
a pull request from there. Make sure to reference your issue from the pull
request comments by including the issue number e.g. `#123`.

Expand Down Expand Up @@ -115,4 +115,4 @@ By making a contribution to this project, I certify that:
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
```
```

0 comments on commit c36d2e4

Please sign in to comment.