Skip to content

Commit b62d118

Browse files
chore: create task issue type
1 parent 3474f1f commit b62d118

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/03-task.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Task
2+
description: Work tracking for mainainers only!
3+
title: ''
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 rule.
12+
validations:
13+
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)