mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
chore: remove h1 from the pr template (#5985)
Remove the H1 heading from the PR template because GitHub automatically add the commit description before emitting the PR template, so contributors don't have to manually cut-paste the commit description after the H1 heading.
This commit is contained in:
parent
30fc3ae199
commit
d0219e326d
1 changed files with 5 additions and 5 deletions
10
.github/pull_request-template.md
vendored
10
.github/pull_request-template.md
vendored
|
@ -1,7 +1,6 @@
|
|||
# Proposed changes
|
||||
|
||||
_describe the proposed changes and remove this template text_
|
||||
|
||||
<!-- Start with an H2 because GitHub automatically adds the commit description before the template, -->
|
||||
<!-- so contributors don't have to manually cut-paste the description after the H1. -->
|
||||
<!-- markdownlint-disable-next-line MD041 -->
|
||||
## Readiness checklist
|
||||
|
||||
In order to have this pull request merged, complete the following tasks.
|
||||
|
@ -21,4 +20,5 @@ In order to have this pull request merged, complete the following tasks.
|
|||
|
||||
- [ ] Label as `breaking` if this change breaks compatibility with the previous released version.
|
||||
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.
|
||||
- [ ] Add the pull request to a milestone, eventually creating one, that matches with the version that release-please proposes.
|
||||
- [ ] Add the pull request to a milestone, eventually creating one, that matches
|
||||
with the version that release-please proposes in the `preview-release-notes` CI job.
|
||||
|
|
Loading…
Reference in a new issue