From ef9c4cb18bebf5d0d8286ea75c6ded5e00792f1a Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 21 Aug 2026 16:24:46 +0200 Subject: [PATCH] added pull request templates to default branch (#1536) * added pull request templates to default branch * hidden markers in case labels are not defaulted to in PR templates --- .github/PULL_REQUEST_TEMPLATE/bug-fix.md | 32 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE/feature.md | 32 +++++++++++++++++++ .../PULL_REQUEST_TEMPLATE/infrastructure.md | 28 ++++++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug-fix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/infrastructure.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md new file mode 100644 index 000000000..ddc88885c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md @@ -0,0 +1,32 @@ +--- +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 new file mode 100644 index 000000000..c5259f19c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -0,0 +1,32 @@ +--- +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 new file mode 100644 index 000000000..a2ca1c3e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/infrastructure.md @@ -0,0 +1,28 @@ +--- +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