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 726b28b commit 55ff337Copy full SHA for 55ff337
PULL_REQUEST_TEMPLATE.md
@@ -11,7 +11,7 @@ If your PR is non-trivial and you'd like to schedule a synchronous review, pleas
11
- [ ] **I'm updating documentation**
12
- [ ] I've [checked the rendering](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing) of the Markdown text I've added
13
- [ ] **I'm adding or updating code**
14
- - [ ] I've added and/or updated tests. I've run `npm run test:update` to update snapshots, if needed.
+ - [ ] I've added and/or updated tests. I've run `npx nx run-many --target=build --exclude=@rjsf/docs && npm run test:update` to update snapshots, if needed.
15
- [ ] I've updated [docs](https://rjsf-team.github.io/react-jsonschema-form/docs) if needed
16
- [ ] I've updated the [changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md) with a description of the PR
17
- [ ] **I'm adding a new feature**
0 commit comments