Skip to content

Commit

Permalink
Merge pull request #200 from arashsheyda/patch-1
Browse files Browse the repository at this point in the history
chore(contributing): remove missing test script reference
  • Loading branch information
seanmarcia authored Dec 12, 2024
2 parents a31618b + e86b689 commit 81a99a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Please note that this project is released with a [Contributor Code of Conduct](C

1. [Fork][fork] and clone the repository
1. Configure and install the dependencies: `npm install`
1. Make sure the tests pass on your machine: `npm run test`
1. Make sure linter passes on your machine: `npm run lint`
1. Create a new branch: `git checkout -b my-branch-name`
1. Make your change, add tests, and make sure the tests and linter still pass
Expand Down

0 comments on commit 81a99a8

Please sign in to comment.