mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
25 lines
685 B
YAML
25 lines
685 B
YAML
name: 🐛 Documentation Bug
|
|
description: Report a bug that affects Material Web documentation (https://material-web.dev/)
|
|
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Please describe the documentation issue in as much detail as possible.
|
|
placeholder: |
|
|
Add issue description here.
|
|
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Browser/OS Environment
|
|
description: |
|
|
Please list which browser and operating system combination(s) you are using.
|
|
placeholder: |
|
|
Browser: Chrome 103.0.5060.53
|
|
OS: macOS 12.4
|