From f137af3901a3353b82d71adafa7833ae5962062d Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 7 Sep 2024 19:27:47 +0200 Subject: [PATCH] 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 `
` (horizontal rule) element, which looks like a nice section separator.) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 35d9f07fb844..ae80793d1472 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ Significant changes to Perl must be documented in perldelta. Consider if the changes in this pull request are worthy of a perldelta entry and check the appropriate box. --> +--------------------------------------------------------------------------------- * [ ] This set of changes requires a perldelta entry, and it is included. * [ ] This set of changes requires a perldelta entry, and I need help writing it. * [ ] This set of changes does not require a perldelta entry.