mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
chore: add feature request template
PiperOrigin-RevId: 590796188
This commit is contained in:
parent
98ba0b9436
commit
f92eb0efe0
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -6,4 +6,4 @@ contact_links:
|
||||
|
||||
- name: 💬 Chat
|
||||
url: https://lit.dev/discord/
|
||||
about: Alternatively, you can join the Lit Discord and join the \#material channel to talk to the material community and team.
|
||||
about: Alternatively, you can join the Lit Discord and join the `#material` channel to talk to the team.
|
||||
|
||||
16
.github/ISSUE_TEMPLATE/feature.yaml
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: ✨ Feature Request
|
||||
description: Request a feature to be added to Material Web Components.
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Description
|
||||
description: |
|
||||
Please describe the feature request in as much detail as possible. Include why the feature is needed, and example code or screenshots to help describe it.
|
||||
placeholder: |
|
||||
Add support for '...'.
|
||||
This is needed to '...'.
|
||||
Requirements, code examples, and screenshots that help describe the feature.
|
||||
Loading…
x
Reference in New Issue
Block a user