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