Skip to content

Commit f92eb0e

Browse files
asyncLizcopybara-github
authored andcommitted
chore: add feature request template
PiperOrigin-RevId: 590796188
1 parent 98ba0b9 commit f92eb0e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ contact_links:
66

77
- name: 💬 Chat
88
url: https://lit.dev/discord/
9-
about: Alternatively, you can join the Lit Discord and join the \#material channel to talk to the material community and team.
9+
about: Alternatively, you can join the Lit Discord and join the `#material` channel to talk to the team.

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: ✨ Feature Request
2+
description: Request a feature to be added to Material Web Components.
3+
4+
body:
5+
- type: textarea
6+
id: description
7+
validations:
8+
required: true
9+
attributes:
10+
label: Description
11+
description: |
12+
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.
13+
placeholder: |
14+
Add support for '...'.
15+
This is needed to '...'.
16+
Requirements, code examples, and screenshots that help describe the feature.

0 commit comments

Comments
 (0)