You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+24-14Lines changed: 24 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,26 +13,36 @@ Closes <!-- #ISSUE-NUMBER or URL -->
13
13
## How?
14
14
<!-- How is your PR addressing the issue at hand? What are the implementation details? -->
15
15
16
-
<!-- If you are using AI tools, you must adhere to the AI Guidelines: https://make.wordpress.org/ai/handbook/ai-guidelines/ -->
17
-
18
16
### Use of AI Tools
19
17
<!--
20
18
You are free to use artificial intelligence (AI) tooling to contribute, but you must disclose what tooling you are using and to what extent a pull request has been authored by AI. It is your responsibility to review and take responsibility for what AI generates. See the WordPress AI Guidelines: <https://make.wordpress.org/ai/handbook/ai-guidelines/>.
19
+
20
+
Example disclosure:
21
+
22
+
AI assistance: Yes
23
+
Tool(s): GitHub Copilot, ChatGPT
24
+
Model(s): GPT-5.1
25
+
Used for: Initial code skeleton and test suggestions; final implementation and tests were reviewed and edited by me.
21
26
-->
22
27
23
28
## Testing Instructions
24
-
<!-- Please include step by step instructions on how to test this PR. -->
25
-
<!-- 1. Open a post or page. -->
26
-
<!-- 2. Insert a heading block. -->
27
-
<!-- 3. etc. -->
29
+
<!-- Please provide steps on how to test or validate that the change in this PR works as described. -->
28
30
29
-
### Testing Instructions for Keyboard
30
-
<!-- How can you test the changes by using the keyboard only? Please note, this is required for PRs that change the user interface (UI). This ensures the PR can be tested for any possible accessibility regressions. -->
31
+
## Screenshots or screencast
32
+
<!-- If this PR includes UI changes, please provide screenshots or a screen recording for clarity. -->
33
+
<!-- This section can be removed if not applicable. -->
31
34
32
-
## Screenshots or screencast <!-- if applicable -->
35
+
| Before | After |
36
+
| ------ | ----- |
37
+
|||
33
38
34
-
<!-- If you would like to upload screenshots, feel free to use the table below when it is useful to show the difference between before and after the change. -->
35
-
36
-
|Before|After|
37
-
|-|-|
38
-
|<!-- Before screenshot here -->|<!-- After screenshot here -->|
39
+
## Changelog Entry
40
+
<!--
41
+
Please include a summary for this PR, noting whether this is something being Added / Changed / Deprecated / Removed / Fixed / or Security related. You can replace the sample entries after this comment block with the single changelog entry line for this PR. -->
42
+
> Added - New feature.
43
+
> Changed - Existing functionality.
44
+
> Deprecated - Soon-to-be removed feature.
45
+
> Removed - Feature.
46
+
> Fixed - Bug fix.
47
+
> Security - Vulnerability.
48
+
> Development Update - Development related updates.
0 commit comments