-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |