mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4e11347a25
Update the dropdown list to include core in the list of packages. PR Close #43323
48 lines
1001 B
YAML
48 lines
1001 B
YAML
name: 'Feature Request'
|
|
description: Suggest a feature for Angular Framework
|
|
|
|
body:
|
|
- type: dropdown
|
|
id: affected-packages
|
|
attributes:
|
|
label: Which @angular/* package(s) are relevant/releated to the feature request?
|
|
options:
|
|
- animations
|
|
- bazel
|
|
- common
|
|
- compiler-cli
|
|
- compiler
|
|
- core
|
|
- elements
|
|
- forms
|
|
- language-service
|
|
- localize
|
|
- platform-browser-dynamic
|
|
- platform-browser
|
|
- platform-server
|
|
- router
|
|
- service-worker
|
|
- upgrade
|
|
multiple: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposed-solution
|
|
attributes:
|
|
label: Proposed solution
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives-considered
|
|
attributes:
|
|
label: Alternatives considered
|
|
validations:
|
|
required: true
|