Skip to content

Commit e5d3a95

Browse files
committed
github PR template: add a horizontal line separator
I think it looks better if there is visual separation between the pull request description proper and the perldelta checkboxes at the bottom. (In Markdown, a row of hyphens renders as an HTML `<hr>` (horizontal rule) element, which looks like a nice section separator.)
1 parent 6169482 commit e5d3a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Significant changes to Perl must be documented in perldelta.
1010
Consider if the changes in this pull request are worthy of a perldelta
1111
entry and check the appropriate box.
1212
-->
13+
---------------------------------------------------------------------------------
1314
* [ ] This set of changes requires a perldelta entry, and it is included.
1415
* [ ] This set of changes requires a perldelta entry, and I need help writing it.
1516
* [ ] This set of changes does not require a perldelta entry.

0 commit comments

Comments
 (0)