From b62d118acb126757e9bdbaf06ae3d65bc279ba96 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Thu, 12 Mar 2026 11:11:41 +0100 Subject: [PATCH 1/3] chore: create task issue type --- .github/ISSUE_TEMPLATE/03-task.yml | 13 +++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/03-task.yml diff --git a/.github/ISSUE_TEMPLATE/03-task.yml b/.github/ISSUE_TEMPLATE/03-task.yml new file mode 100644 index 000000000..00c9a69bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-task.yml @@ -0,0 +1,13 @@ +name: Task +description: Work tracking for mainainers only! +title: '' +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 rule. + 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 From 64c50be8018196d4360f9411bf3480dcb8f45d89 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Thu, 12 Mar 2026 11:53:04 +0100 Subject: [PATCH 2/3] fix --- .github/ISSUE_TEMPLATE/03-task.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-task.yml b/.github/ISSUE_TEMPLATE/03-task.yml index 00c9a69bd..716dafffe 100644 --- a/.github/ISSUE_TEMPLATE/03-task.yml +++ b/.github/ISSUE_TEMPLATE/03-task.yml @@ -1,6 +1,6 @@ name: Task description: Work tracking for mainainers only! -title: '' +title: '[Task]:' type: 'Task' body: - type: markdown @@ -8,6 +8,8 @@ body: 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 rule. + The issue will be closed if it does not follow those rules. + - type: textarea + id: task validations: required: true From 7c9490ddfbf90b7bd4d1a3f6b6a684f570b953a6 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov Date: Thu, 12 Mar 2026 14:20:34 +0100 Subject: [PATCH 3/3] fix --- .github/ISSUE_TEMPLATE/03-task.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/03-task.yml b/.github/ISSUE_TEMPLATE/03-task.yml index 716dafffe..16dcf9019 100644 --- a/.github/ISSUE_TEMPLATE/03-task.yml +++ b/.github/ISSUE_TEMPLATE/03-task.yml @@ -10,6 +10,8 @@ body: 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