Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
41 lines
1.7 KiB
YAML
41 lines
1.7 KiB
YAML
name: Feature request 💄
|
||
description: Suggest a new idea for Material UI, MUI System, or Joy UI.
|
||
labels: ['status: waiting for maintainer']
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: Thanks for contributing by creating an issue! ❤️ Please provide a searchable summary of the issue in the title above ⬆️.
|
||
- type: input
|
||
attributes:
|
||
label: Search keywords
|
||
description: |
|
||
Your issue may have already been reported! First search for duplicates among the [existing issues](https://github.com/mui/material-ui/issues?q=is%3Aopen+is%3Aclosed).
|
||
If your issue isn't a duplicate, great! Please list the keywords you used so people in the future can find this one more easily:
|
||
validations:
|
||
required: true
|
||
- type: checkboxes
|
||
attributes:
|
||
label: Latest version
|
||
description: We roll bug fixes, performance enhancements, and other improvements into new releases.
|
||
options:
|
||
- label: I have tested the latest version
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: Summary
|
||
description: Describe how it should work.
|
||
- type: textarea
|
||
attributes:
|
||
label: Examples
|
||
description: Provide a link to the Material Design specification, other implementations, or screenshots of the expected behavior.
|
||
- type: textarea
|
||
attributes:
|
||
label: Motivation
|
||
description: What are you trying to accomplish? Providing context helps us come up with a solution that is more useful in the real world.
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
## :heart: Love Material UI?
|
||
|
||
Consider donating $10 to sustain our open-source work: [https://opencollective.com/mui-org](https://opencollective.com/mui-org).
|