Skip to content
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
34 changes: 34 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!-- Provide a general summary of your changes in the title above. -->

<!--
============================================================================================
Warning: AI-generated PRs are NOT welcome and may result in a ban from this repository.

Please read the CONTRIBUTING guide before submitting your pull request.

Also, please make sure your pull request passes all continuous integration checks.
PRs which are failing their CI checks will likely be ignored by the maintainers.

Small PRs using atomic, descriptive commits are hugely appreciated, as it will make
reviewing your changes easier for the maintainers.

============================================================================================
-->

# Description
<!--
What do you want to achieve with this PR? Why did you write this code? What problem does this PR solve?
Describe your changes in detail and, if relevant, explain which choices you have made and why.
-->


## Suggested changelog entry
<!--
Please provide a short description of the change for the changelog.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we provide a link to "See ... for examples)." or similar?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Mind: this link needs to be a full link as this is a template and the link is in a comment 😕

See the https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md file if you need examples.
-->


## Related issues/external references

Fixes #
Loading