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
40 lines
1.6 KiB
YAML
40 lines
1.6 KiB
YAML
name: 'Priority Support: SLA ⏰'
|
||
description: I'm an MUI X Premium user and we have purchased the Priority Support add-on. I can't find a solution to my problem with Material UI, MUI System, or Joy UI.
|
||
title: '[question] '
|
||
labels: ['status: waiting for maintainer', 'support: unknown']
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
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:
|
||
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: The problem in depth
|
||
- type: textarea
|
||
attributes:
|
||
label: Your environment
|
||
description: Run `npx @mui/envinfo` and post the results. If you encounter issues with TypeScript please include the used tsconfig.
|
||
value: |
|
||
<details>
|
||
<summary>`npx @mui/envinfo`</summary>
|
||
|
||
```
|
||
Don't forget to mention which browser you used.
|
||
Output from `npx @mui/envinfo` goes here.
|
||
```
|
||
</details>
|