From d0219e326d637c906e31d853b7fc2f9a98c93dad Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 8 Aug 2024 09:35:36 +0200 Subject: [PATCH] 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. --- .github/pull_request-template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request-template.md b/.github/pull_request-template.md index 0da79526..4ce89526 100644 --- a/.github/pull_request-template.md +++ b/.github/pull_request-template.md @@ -1,7 +1,6 @@ -# Proposed changes - -_describe the proposed changes and remove this template text_ - + + + ## 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.