Skip to content

Commit 8b7826c

Browse files
authored
Standardize ordering of pieces in PR template (#289)
Most of the pull requests so far have used this ordering, and I occasionally have to look back at Git history to follow precedent, so it's worth just writing this down explicitly.
2 parents 661f841 + 48c257a commit 8b7826c

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)