You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,16 @@ If yes, then include "BREAKING CHANGES:" in the first commit message body, follo
39
39
40
40
List any relevant issue numbers:
41
41
42
+
<!--
43
+
If this PR resolves any issues, list them as
44
+
45
+
resolves #1234
46
+
47
+
where 1234 is the issue number. This will help us with house-keeping as Github will automatically add a note to those issues stating that a potential fix exists. Once the PR is merged, Github will automatically close those issues.
48
+
49
+
If an issue is only solved partially or is relevant in some other way, just list the number without "resolves".
0 commit comments