diff --git a/.github/ISSUE_TEMPLATE/10_feature.yml b/.github/ISSUE_TEMPLATE/10_feature.yml new file mode 100644 index 0000000000..ccce3f7890 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10_feature.yml @@ -0,0 +1,25 @@ +name: Create an umbrella issue +description: As a contributor, I would like to create an umbrella issue for a +feature to be added to the feature tracker. +title: '☂️ ' +projects: ["flutter/82"] +body: + - type: input + id: design_doc + attributes: + label: Design Doc + description: Add a design doc if there is one for this feature. + - type: textarea + id: description + attributes: + label: Description + description: Please describe the feature you are adding. + validations: + required: true + - type: textarea + id: tracking_issues + attributes: + label: Tracking Issues + description: List of issues associated with this feature. + validations: + required: true