diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7ffea25e9..175bc1434 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,6 +16,7 @@ Fixes # (https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/CONTRIBUTING.md), - added tests where applicable to test new functionality, - made sure that your contracts are well-documented, - - run the JS/Solidity linters and fixed any issues (`npm run lint:fix`), and + - run the Solidity linter (`npm run lint:sol`) and fixed any issues, + - run the JS linter and fixed any issues (`npm run lint:fix`), and - updated the changelog, if applicable. -->