From 947ecfa82d28661451954928166b8851942bcf4e Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 21 Aug 2026 16:54:23 +0200 Subject: [PATCH] single pr template (#1537) * single pr template * equivalent PRs --- .github/PULL_REQUEST_TEMPLATE/bug-fix.md | 32 ------------- .github/PULL_REQUEST_TEMPLATE/feature.md | 32 ------------- .../PULL_REQUEST_TEMPLATE/infrastructure.md | 28 ----------- .github/pull_request_template.md | 48 +++++++++++++++++++ 4 files changed, 48 insertions(+), 92 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/bug-fix.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/infrastructure.md create mode 100644 .github/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md deleted file mode 100644 index ddc88885c..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug Fix -about: Create a pull request for a bug fix or forgotten code documentaion -title: "" -labels: Bug Fix ---- - - -## Description - - - -## Release notes - - - -## Checklist - - \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md deleted file mode 100644 index c5259f19c..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/feature.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Feature -about: Create a pull request for a new feature or change (minor or major) including compilation and dependency related features -title: "" -labels: Feature ---- - - -## Description - - - -## Release notes - - - -## Checklist - - diff --git a/.github/PULL_REQUEST_TEMPLATE/infrastructure.md b/.github/PULL_REQUEST_TEMPLATE/infrastructure.md deleted file mode 100644 index a2ca1c3e4..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/infrastructure.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Infrastructure -about: Create a pull request for infrastructure changes in workflow, internal process documentation, helper scripts -title: "" -labels: Infrastructure ---- - - -## Description - - - -## Equivalent PR - - - - -## Checklist - - \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..fa7c1b81a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,48 @@ +## PR type + +**Select exactly one:** + +- [ ] Feature +- [ ] Bug Fix +- [ ] Infrastructure + +## Breaking API + +- [ ] This is a Breaking API change (Feature or Bug Fix). + +## Description + + + +## Equivalent PRs + + + +### Release notes + + + + \ No newline at end of file