Skip to content

Commit

Permalink
add a criteria field
Browse files Browse the repository at this point in the history
  • Loading branch information
stenolog committed Mar 28, 2024
1 parent 5f1f3e7 commit bc350f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/Educational materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ body:
attributes:
label: "Estimate suggested reward"
description: "Please approximate the reward size (in $)"
placeholder: "Specify the criteria to consider this task completed. Please use checkboxes '- [ ]'"
validations:
required: False
- type: textarea
attributes:
label: "Completion Criteria"
description: "What criteria needs to be met?"
placeholder: "Specify the criteria to consider this task completed. Please use checkboxes '- [ ]'"
validations:
required: False

0 comments on commit bc350f7

Please sign in to comment.