Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add new issue templates for bug reports, feature requests, and tasks (#15467)" #15471

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
type: bug
labels: ["type:bug", "needs:info"]
projects: []
body:
Expand Down Expand Up @@ -34,4 +33,4 @@ body:
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
required: true
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Feature request
description: Filing a Feature request
title: "[Feature]: "
type: feature
labels: ["type:feature", "needs:info"]
name: Task/Feature request
description: Filing a Task/Feature request
title: "[Task]: "
labels: ["type:feature", "needs:info", "repository:addons-server", "repository:addons-frontend"]
projects: []
body:
- type: textarea
id: description
attributes:
label: Description
description: |
A few sentences describing what the feature aims to achieve. It can be a simple sentence or a story formatted paragraph.
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
Be concise and detailed. Avoid vague terms and include relevant links.
placeholder: |
As a <blank>, I want to <blank, so that I can <blank>
Expand All @@ -22,8 +21,10 @@ body:
label: Acceptance Criteria
description: List of milestones or checkpoints that if met verify the task has been completed.
value: |
```[tasklist]
### Milestones/checkpoints
- [ ] task 1
- [ ] A sentence describing the first milestone/checkpoint
```
validations:
required: true
- type: checkboxes
Expand All @@ -34,4 +35,4 @@ body:
options:
- label: If I have identified that the work is specific to a repository, I have removed "repository:addons-server" or "repository:addons-frontend"
required: true

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/task.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.