We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478f805 commit d75fdf1Copy full SHA for d75fdf1
.github/PULL_REQUEST_TEMPLATE.md
@@ -2,4 +2,7 @@ Before submitting a pull request, please take a look at our
2
[Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify:
3
4
- [ ] If you've added code that should be tested, please add tests.
5
-- [ ] Ensure your code lints and the test suite passes (`yarn lint`) & (`yarn test`).
+- [ ] Ensure your code lints and the test suite passes (`yarn build && yarn lint && yarn test`).
6
+
7
+PS: remember to install the following extension on VSCode to run the tests:
8
+https://marketplace.visualstudio.com/items?itemName=augustocdias.tasks-shell-input
0 commit comments