Skip to content

Commit 0ebcf4e

Browse files
committed
use fixed
1 parent 4d4c51a commit 0ebcf4e

File tree

3 files changed

+34
-31
lines changed

3 files changed

+34
-31
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Task (addons-frontend)
2+
description: Filing a task (contributors only)
3+
title: "[Task]: "
4+
labels: ["type:feature", "needs:info", "repository:addons-frontend"]
5+
projects: []
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Description
11+
description: |
12+
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
13+
Be concise and detailed. Avoid vague terms and include relevant links.
14+
placeholder: As a <blank>, I want to <blank, so that I can <blank>
15+
value: ""
16+
validations:
17+
required: true
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Task (addons-server)
2+
description: Filing a task (contributors only)
3+
title: "[Task]: "
4+
labels: ["type:feature", "needs:info", "repository:addons-server"]
5+
projects: []
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Description
11+
description: |
12+
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
13+
Be concise and detailed. Avoid vague terms and include relevant links.
14+
placeholder: As a <blank>, I want to <blank, so that I can <blank>
15+
value: ""
16+
validations:
17+
required: true

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)