Skip to content

Commit 36d43e3

Browse files
docs: update CONTRIBUTING.md
1 parent eeb75ed commit 36d43e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[issues]: https://github.com/technote-space/assign-author/issues
33
[fork]: https://github.com/technote-space/assign-author/fork
44
[pr]: https://github.com/technote-space/assign-author/compare
5+
[eslint]: https://eslint.org/
56
[jest]: https://jestjs.io/
67
[code-of-conduct]: CODE_OF_CONDUCT.md
78

@@ -12,7 +13,8 @@ Please note we have a [Contributor Code of Conduct][code-of-conduct], please fol
1213
## Submitting a pull request
1314

1415
1. [Fork][fork] and clone the repository
15-
1. Make sure the tests pass on your machine: `composer test`, which contains
16+
1. Make sure the tests pass on your machine: `yarn test`, which contains
17+
- [`ESLint`][eslint]
1618
- [`Jest`][jest]
1719
1. Create a new branch: `git checkout -b my-branch-name`
1820
1. Make your change, add tests, and make sure the tests still pass.

0 commit comments

Comments
 (0)