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