diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 3113edd7..ac7e41e7 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report. -labels: ["bug"] +type: bug assignees: - KonradHoeffner body: diff --git a/.github/ISSUE_TEMPLATE/featurerequest.yml b/.github/ISSUE_TEMPLATE/featurerequest.yml index 7d6ee4f2..78e26ba6 100644 --- a/.github/ISSUE_TEMPLATE/featurerequest.yml +++ b/.github/ISSUE_TEMPLATE/featurerequest.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest a new feature. -labels: ["feature"] +type: feature assignees: - KonradHoeffner body: diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index 9a1ffd99..626f5373 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -1,6 +1,7 @@ name: Release description: Create a new Release. title: Release +type: task labels: ["release"] assignees: - KonradHoeffner diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 00000000..1b392385 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -0,0 +1,12 @@ +name: Task +description: Something to do that isn't a full feature +type: task +assignees: + - KonradHoeffner +body: + - type: textarea + id: task + attributes: + label: The new task + validations: + required: true