Skip to content

Commit 48c257a

Browse files
committed
Standardize on ordering in PRs
Put the [SE-####] bit at the end of the PR title, and put the GitHub Issues link first if there's more than one.
1 parent 661f841 commit 48c257a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
<!-- If this pull request incorporates language changes from a Swift Evolution proposal, add the SE number in square brackets at the end of the PR title. -->
2+
13
<!-- What's in this pull request? -->
24
Replace this paragraph with your rationale and a brief summary of what changed.
35

4-
<!-- If this pull request fixes a bug tracked in GitHub issues, provide the link. -->
6+
<!-- Link to the issue that this pull request fixes, if applicable. -->
57
Fixes: https://github.com/apple/swift-book/issues/####
8+
Fixes: rdar://####

0 commit comments

Comments
 (0)