Skip to content
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
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@ name: Bug Report
description: Report a bug to help us improve
type: bug
body:
- type: dropdown
id: priority
attributes:
label: Priority
description: How critical is this bug?
options:
- P0 (Critical — pick up ASAP)
- P1 (High)
- P2 (Medium)
- P3 (Low)
validations:
required: true

- type: textarea
id: description
attributes:
Expand Down
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@ name: Feature Request
description: Suggest an idea or improvement
type: feature
body:
- type: dropdown
id: size
attributes:
label: Size
description: Estimated effort for this feature.
options:
- "Size:0"
- "Size:1"
- "Size:2"
- "Size:3"
- "Size:5"
- "Size:8"
- "Size:13"
- "Size:20"
validations:
required: true

- type: textarea
id: description
attributes:
Expand Down
Loading