Skip to content

Commit 726d8f7

Browse files
authored
Revert "Add new issue templates for bug reports, feature requests, and tasks (#15467)" (#15471)
This reverts commit 727c4ed.
1 parent 727c4ed commit 726d8f7

File tree

4 files changed

+10
-69
lines changed

4 files changed

+10
-69
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Bug Report
22
description: File a bug report
33
title: "[Bug]: "
4-
type: bug
54
labels: ["type:bug", "needs:info"]
65
projects: []
76
body:
@@ -34,4 +33,4 @@ body:
3433
description: Please search to see if an issue already exists for the bug you encountered.
3534
options:
3635
- label: I have searched the existing issues
37-
required: true
36+
required: true
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
name: Feature request
2-
description: Filing a Feature request
3-
title: "[Feature]: "
4-
type: feature
5-
labels: ["type:feature", "needs:info"]
1+
name: Task/Feature request
2+
description: Filing a Task/Feature request
3+
title: "[Task]: "
4+
labels: ["type:feature", "needs:info", "repository:addons-server", "repository:addons-frontend"]
65
projects: []
76
body:
87
- type: textarea
98
id: description
109
attributes:
1110
label: Description
1211
description: |
13-
A few sentences describing what the feature aims to achieve. It can be a simple sentence or a story formatted paragraph.
12+
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
1413
Be concise and detailed. Avoid vague terms and include relevant links.
1514
placeholder: |
1615
As a <blank>, I want to <blank, so that I can <blank>
@@ -22,8 +21,10 @@ body:
2221
label: Acceptance Criteria
2322
description: List of milestones or checkpoints that if met verify the task has been completed.
2423
value: |
24+
```[tasklist]
2525
### Milestones/checkpoints
26-
- [ ] task 1
26+
- [ ] A sentence describing the first milestone/checkpoint
27+
```
2728
validations:
2829
required: true
2930
- type: checkboxes
@@ -34,4 +35,4 @@ body:
3435
options:
3536
- label: If I have identified that the work is specific to a repository, I have removed "repository:addons-server" or "repository:addons-frontend"
3637
required: true
37-
38+

.github/ISSUE_TEMPLATE/task.yml

-16
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

-43
This file was deleted.

0 commit comments

Comments
 (0)