diff --git a/.github/ISSUE_TEMPLATE/03-task.yml b/.github/ISSUE_TEMPLATE/03-task.yml new file mode 100644 index 000000000..16dcf9019 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-task.yml @@ -0,0 +1,17 @@ +name: Task +description: Work tracking for mainainers only! +title: '[Task]:' +type: 'Task' +body: + - type: markdown + attributes: + value: | + ### This issue type should be used only by mainainers! + Task are to track small non user facing issue or improvements. + The issue will be closed if it does not follow those rules. + - type: textarea + attributes: + label: 'Task to do:' + id: task + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0086358db..3ba13e0ce 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: true +blank_issues_enabled: false