flutter/.github/ISSUE_TEMPLATE/09_feature.yml
Matan Lurey 997f742ac5
Fix ISSUE_TEMPLATE Ordering: 10 < 9, but 10 > 09 (#166455)
Unfortunately `10_google3_bug.yml` comes before `2_bug.yml`.

This changes the name (slightly) of the issue templates based on the
instructions from GitHub on what to do when you have 10+ issue templates
(as a side-note: I wonder if we need/still use umbrella bugs for the
feature tracker, or two types of performance bugs)
2025-04-03 00:24:34 +00:00

26 lines
732 B
YAML

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: '☂️ <Feature 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