Skip to content

Commit

Permalink
chore: simplify task creation template (#964)
Browse files Browse the repository at this point in the history
Co-authored-by: Mario <[email protected]>
  • Loading branch information
VmMad and msarcev authored Jan 19, 2024
1 parent e478172 commit 5970aed
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/create-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,3 @@ body:
description: Describe the task that needs to be completed.
validations:
required: true

- type: textarea
id: requirements
attributes:
label: Requirements
description: What are the requirements for this task, this could be a checklist of subtasks.
validations:
required: true

- type: textarea
id: acceptance_criteria
attributes:
label: Acceptance criteria
description: What is the criteria for this task to be marked as done? This will help anyone approving any PRs related to this task.
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Creation checklist
description: 'Before submitting this task please ensure you have done the following if necessary:'
options:
- label: I have assigned this task to the correct people
required: false
- label: I have added the most appropriate labels
required: false
- label: I have linked the correct milestone and/or project
required: false

0 comments on commit 5970aed

Please sign in to comment.