Skip to content

Commit d96f2b5

Browse files
Move Testing section to above instructions in PR template. (#37091)
Makes it harder to just "highlight to end and delete" and miss the Testing section entirely.
1 parent 292665e commit d96f2b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1+
2+
#### Testing
3+
14
> !!!!!!!!!! Please delete the instructions below and replace with PR
2-
> description
5+
> description above.
36
>
47
> If you have an issue number, please use a syntax of `Fixes #12345` and a brief
58
> change description
69
>
710
> If you do not have an issue number, please have a good description of the
811
> problem and the fix. Help the reviewer understand what to expect.
912
>
10-
> Complete/append to the `### Testing` section below, to describe how testing
13+
> Complete/append to the `### Testing` section above, to describe how testing
1114
> was done. See
1215
> <https://github.com/project-chip/connectedhomeip/blob/master/CONTRIBUTING.md#pull-requests>
1316
>
1417
> Make sure you delete these instructions (to prove you have read them).
1518
>
1619
> !!!!!!!!!! Instructions end
17-
18-
#### Testing

0 commit comments

Comments
 (0)