Skip to content

Commit

Permalink
Standardize PR template across repos.
Browse files Browse the repository at this point in the history
Co-authored-by: zbleness <[email protected]>
  • Loading branch information
aekblad and zbleness committed Oct 17, 2024
1 parent d7e7350 commit 0414f79
Showing 1 changed file with 6 additions and 48 deletions.
54 changes: 6 additions & 48 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,9 @@
<!--
## Why do I want to contribute this?

Thanks for submitting a PR!
The title says it all - no more details are necessary.

Before pressing 'Create pull request' please read the checklist below.
---

* All code changes should be accompanied by tests. If you are not
modifying any tests, provide a short explanation of why.
* All changes to public APIs **must** be accompanied by
docs.
* Commit messages should explain _why_ you made the changes, not just what
you changed. Use an active, imperative voice and keep the subject line short.
* We strongly encourage you to sign all commits, if possible.
For more information on contributing, check the [guidelines](../CONTRIBUTING.md).
-->

### What changes are made in this PR?

<!--
Include a short description of what changes were made.
-->

### Why are these changes needed?

<!--
Include a short description of why the changes were made.
-->


### Notes for reviewers:

<!--
Information that you think is pertinent for reviewers.
-->

### Additional information:

<!--
Anything else you want to be known or think merits discussion in the context of this PR.
-->

### Related issues:

<!--
Links to issues that will be closed by this PR, if any.
-->
- [ ] This PR is linked to an issue **or** explains its purpose
- [ ] This PR does not impact security
- [ ] This PR does not impact functional safety (leave unchecked if unsure)

0 comments on commit 0414f79

Please sign in to comment.