diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6dc7fd2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## Summary + +- + +## Linked issue + +Closes # + +## Validation + +- [ ] `npm run build` +- [ ] `npm test` +- [ ] Manual check, if relevant: + +## Release impact + +- [ ] Docs updated +- [ ] Schema or output contract changed +- [ ] No release-note needed