Skip to content

Commit 4e505f6

Browse files
authored
Add test results section
Also add section separators
1 parent 2127b45 commit 4e505f6

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
----------------------------------------------------------------------------------------------------------------
12
### Description
23

34
<!--
@@ -7,6 +8,7 @@
78
-->
89

910

11+
----------------------------------------------------------------------------------------------------------------
1012
### Pull request type
1113

1214
<!--
@@ -16,24 +18,31 @@
1618
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
1719
description heading and to add a 'x' to the correct box.
1820
-->
19-
[ ] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
20-
[ ] Feature update (New feature / Functionality change / New API)
21-
[ ] Major update (Breaking change E.g. Return code change / API behaviour change)
21+
[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
22+
[] Feature update (New feature / Functionality change / New API)
23+
[] Major update (Breaking change E.g. Return code change / API behaviour change)
2224

25+
----------------------------------------------------------------------------------------------------------------
2326
### Test results
2427

2528
<!--
2629
Optional
2730
For example, add test results for new target
2831
-->
29-
32+
[] No Tests required for this change
33+
[] These PR changes will be covered by existing tests and CI
34+
[] Tests supplied below
35+
36+
37+
----------------------------------------------------------------------------------------------------------------
3038
### Reviewers
3139

3240
<!--
3341
Optional
3442
Request additional reviewers with @username
3543
-->
3644

45+
----------------------------------------------------------------------------------------------------------------
3746
### Release Notes
3847

3948
<!--
@@ -48,4 +57,5 @@
4857

4958
##### Migration actions required
5059

60+
----------------------------------------------------------------------------------------------------------------
5161

0 commit comments

Comments
 (0)