Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Summary

<!-- What changed, and why? -->

## Linked issue

<!-- Reference the open issue this resolves, e.g. "resolves #123". -->

## Screenshots

<!--
Required for changes that alter rendered output, such as badge SVGs or README images.
Leave this comment in place if the change has no visual effect; otherwise paste the images into a table:

| Before | After |
| ------ | ----- |
| image | image |
-->

## Verification

<!-- Commands run, manual checks performed, or reason not tested. -->

## Notes for Reviewers

<!-- Anything subtle, intentionally deferred, or worth checking closely. -->

## Checklist

- [ ] PR title follows [conventional commit style](https://www.conventionalcommits.org/en/v1.0.0/#summary) — enforced in CI, and determines the release
- [ ] Commits are signed
- [ ] Documentation updated if user-facing behavior changed
- [ ] Tests added or updated if behavior changed
- [ ] `npm run check` passes
- [ ] I have read the [Code of Conduct](https://github.com/reponomics/PolicyChecks/blob/main/CODE_OF_CONDUCT.md) and [Contributing guidelines](https://github.com/reponomics/PolicyChecks/blob/main/CONTRIBUTING.md)