Skip to content

Commit

Permalink
Update ISSUE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 authored Oct 23, 2024
1 parent c1bd1fd commit f32cef7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ body:
- What is the problem?
- What is the expected behavior?
- What is the actual behavior?
required: true
- type: textarea
id: definition_of_done
Expand All @@ -33,23 +32,20 @@ body:
- [ ] Documentation updated
- [ ] Code review passed
- [ ] All tests passing
required: false
- type: input
id: effort_estimate
attributes:
label: "Effort Estimate"
description: "Estimate the effort required (e.g., in hours)"
placeholder: "Enter effort estimate here"
required: false

- type: textarea
id: testability
attributes:
label: "Testability"
description: "How can the implementation be tested?"
placeholder: "Enter testing methods here"
required: false

- type: textarea
id: dependencies
Expand All @@ -60,7 +56,6 @@ body:
Enter dependencies here
- Task A must be completed before this task can start
- Link issues here with #<issue number>
required: false
- type: markdown
id: prioritization
Expand Down

0 comments on commit f32cef7

Please sign in to comment.