Skip to content

Commit 79d7a7c

Browse files
authored
Merge pull request #2660 from jcjimenez/pull-request-template-beautification
chore(template): Using using markdown sections
2 parents 158bcb3 + 822811a commit 79d7a7c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
*Issue #, if available:*
1+
## Issue \#
2+
<!-- If applicable, please link to issue(s) this change addresses -->
23

3-
*Description of changes:*
4+
## Description
5+
<!-- Why is this change required? What problem does it solve? -->
46

5-
*Check points: (check or cross out if not relevant)*
7+
## General Checklist
8+
<!-- Check or cross out if not relevant -->
69

710
- [ ] Added new tests to cover change, if needed
811
- [ ] Build succeeds with all target using Swift Package Manager
@@ -13,7 +16,8 @@
1316
- [ ] PR title conforms to conventional commit style
1417
- [ ] If breaking change, documentation/changelog update with migration instructions
1518

16-
*DataStore checkpoints (check when completed)*
19+
## DataStore Checklist
20+
<!-- Check when completed or remove section, if not applicable -->
1721

1822
- [ ] Ran AWSDataStorePluginIntegrationTests
1923
- [ ] Ran AWSDataStorePluginV2Tests

0 commit comments

Comments
 (0)