Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize PR template across repos. #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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)