Skip to content

Commit e6b7a09

Browse files
chore: create task issue type (#1170)
1 parent 6c64a5b commit e6b7a09

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/03-task.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Task
2+
description: Work tracking for mainainers only!
3+
title: '[Task]:'
4+
type: 'Task'
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
### This issue type should be used only by mainainers!
10+
Task are to track small non user facing issue or improvements.
11+
The issue will be closed if it does not follow those rules.
12+
- type: textarea
13+
attributes:
14+
label: 'Task to do:'
15+
id: task
16+
validations:
17+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)