We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8723ec commit 286f464Copy full SHA for 286f464
PULL_REQUEST_TEMPLATE.md
@@ -25,7 +25,7 @@ before sending PRs. We cannot accept code without this.
25
- Issue number for this PR: #nnn (required)
26
- Docs included?: (yes/no; required for all API/functional changes)
27
- Test units included?: (yes/no; required)
28
- - In a clean directory, `npm install`, `npm run build`, and `npm test` run successfully? (yes/no; required)
+ - In a clean directory, `yarn install`, `yarn test` run successfully? (yes/no; required)
29
30
### Description
31
0 commit comments