Skip to content

Commit

Permalink
Add milestone template
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Oct 10, 2023
1 parent 4b76595 commit f87b4fd
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/milestone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Milestone

# See the json schema to help you create / update this form
# https://json.schemastore.org/github-issue-forms.json

description: A concrete outcome that belongs to a bigger goal

labels: ["Milestone"]

body:
- type: textarea
attributes:
label: Context
description: Any context that helps understand the rationale for this milestone
validations:
required: false

- type: input
attributes:
label: Part of goal
description: "Milestone is part of this goal:"
placeholder: "put the issue number here"
validations:
required: true

- type: textarea
attributes:
label: Why
description: Motivation for the milestone
value: |
-
validations:
required: true

- type: textarea
attributes:
label: Outcomes
description: High level things that need to be achieved
value: |
- [ ]
validations:
required: true

- type: textarea
attributes:
label: What
description: Concrete tasks needed to achieve the desired outcomes. Will become Epics.
value: |
- [ ]
validations:
required: true

0 comments on commit f87b4fd

Please sign in to comment.