Skip to content

Commit 0361bea

Browse files
add further instructions to PR template
1 parent 114c9b4 commit 0361bea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!--
22
A good description should explain the problem the pull request addresses
33
and give context to the reviewers to aid them in their reviews.
4+
If this addresses an open issue, please reference it in this format: GH #12345
5+
so that GitHub adds a link in that issue to this new pull request.
46
-->
57
TODO: fill description here
68

79
-------------------------------------------------------------------------------
810
<!--
9-
Significant changes to Perl must be documented in perldelta.
11+
Significant or noteworthy changes to Perl must be documented in pod/perldelta.pod.
1012
1113
Consider if the changes in this pull request are worthy of a perldelta
1214
entry, then pick the appropriate line below and remove the others.

0 commit comments

Comments
 (0)