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
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ body:
validations:
required: true
- type: dropdown
id: version
id: branch
attributes:
label: Version
description: What version of Texera are you running?
label: Branch
description: Which branch did you hit this on?
options:
- 1.1.0-incubating (Pre-release/Master)
- 1.0.0
- main
- 1.1.0-incubating
default: 0
validations:
required: true
Expand Down
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ body:
validations:
required: true

- type: dropdown
id: impact
attributes:
label: Impact / Priority
description: How important is this feature?
options:
- (P0)Critical – blocks existing use cases
- (P1)High – significantly improves user experience
- (P2)Medium – useful enhancement
- (P3)Low – nice to have
default: 2
validations:
required: true

- type: dropdown
id: affected-area
attributes:
Expand Down
19 changes: 4 additions & 15 deletions .github/ISSUE_TEMPLATE/task-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,18 @@ body:
validations:
required: true

- type: dropdown
id: priority
attributes:
label: Priority
description: How urgent or important is this task?
options:
- P0 – Critical
- P1 – High
- P2 – Medium
- P3 – Low
default: 2

- type: checkboxes
id: checklist
attributes:
label: Task Type
description: Select the type of work involved.
options:
- label: Code Implementation
- label: Documentation
- label: Refactor / Cleanup
- label: DevOps / Deployment / CI
- label: Testing / QA
- label: DevOps / Deployment
- label: Documentation
- label: Performance
- label: Other

- type: markdown
attributes:
Expand Down
Loading