/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/ISSUE_TEMPLATE/2-feature-request.yaml
47 строк
1000 B
Andrew Scott
docs: Fix typo in issue template (#45327)
14 мар 2022, 19:31
14 мар 2022, 19:31
c305112
Код
Авторство
О чём код?
name: 'Feature Request' description: Suggest a feature for Angular Framework body: - type: dropdown id: affected-packages attributes: label: Which @angular/* package(s) are relevant/related 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