mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
d0219e326d
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.
1.3 KiB
1.3 KiB
Readiness checklist
In order to have this pull request merged, complete the following tasks.
Pull request author tasks
- I checked that all workflows return a success.
- I included all the needed documentation for this change.
- I provided the necessary tests.
- I squashed all the commits into a single commit.
- I followed the Conventional Commit v1.0.0 spec.
- I wrote the necessary upgrade instructions in the upgrade guide.
- If this pull request is about and existing issue,
I added the
Fix #ISSUE_NUMBER
orClose #ISSUE_NUMBER
text to the description of the pull request.
Super-linter maintainer 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 in the
preview-release-notes
CI job.