Skip to content

Commit

Permalink
github-issues: add task template
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Feb 6, 2025
1 parent cfc22ce commit d2b022d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Task
description: General issue that describes a specific task to be completed.
body:
- type: markdown
attributes:
value: "Describe the task below."
- type: textarea
id: description
attributes:
label: Task description
description: Provide detail about the necessary task with sub-steps if applicable.
placeholder: e.g. update the refactor the patch fusion subroutine
validations:
required: true

0 comments on commit d2b022d

Please sign in to comment.