Skip to content

Commit 0a020d1

Browse files
jrfnlGaryJones
andauthored
Add PR template (#2594)
Co-authored-by: Gary Jones <github@garyjones.io> Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
1 parent f6965ee commit 0a020d1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- Provide a general summary of your changes in the title above. -->
2+
3+
<!--
4+
============================================================================================
5+
Please read the CONTRIBUTING guide before submitting your pull request.
6+
7+
- Warning: AI-generated PRs are NOT welcome and may result in a ban from this repository.
8+
- Small PRs using atomic, descriptive commits are hugely appreciated, as it will make
9+
reviewing your changes easier for the maintainers.
10+
- Ensure that the code you are submitting meets copyright and licensing requirements to be included in this codebase.
11+
12+
Also, please make sure your pull request passes all continuous integration checks.
13+
PRs which are failing their CI checks will likely be ignored by the maintainers.
14+
15+
============================================================================================
16+
-->
17+
18+
# Description
19+
<!--
20+
What problem does this PR solve?
21+
Describe the purpose of your changes in detail explaining which choices you have made and why.
22+
-->
23+
24+
25+
## Suggested changelog entry
26+
<!--
27+
Please provide a short description of the change for the changelog.
28+
See the https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md file if you need examples.
29+
-->
30+
31+
32+
## Related issues/external references
33+
34+
Fixes #

0 commit comments

Comments
 (0)