Skip to content

Commit

Permalink
Add MUI versions and CSS suggestion to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed Sep 20, 2024
1 parent f30229f commit a200954
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ A clear and concise description of what the bug is.

Before filing a bug, please confirm that you have:

1. Installed the necessary Tiptap extensions for whatever functionality you are trying to use (e.g. `Color` extension for using the `MenuButtonTextColor`).
2. Passed the extensions you need to the `extensions` field of `RichTextEditor`/`useEditor`
1. Set up your extensions correctly.

See [README info here](https://github.com/sjdemartini/mui-tiptap#choosing-your-editor-extensions) for more details.
a. Installed the necessary Tiptap extensions for whatever functionality you are trying to use (e.g. `Color` extension for using the `MenuButtonTextColor`).

b. Passed the extensions you need to the `extensions` field of `RichTextEditor`/`useEditor`

See [README info here](https://github.com/sjdemartini/mui-tiptap#choosing-your-editor-extensions) for more details.

2. Confirmed there isn't CSS external to mui-tiptap that is causing a problem with appearance/layout.

### To Reproduce

Expand All @@ -37,8 +42,10 @@ If applicable, add screenshots to help explain your problem.

### System (please complete the following information)

- mui-tiptap version: [e.g. 1.1.0]
- tiptap version: [e.g. 2.0.0]
- `mui-tiptap` version: [e.g. 1.1.0]
- `tiptap` version: [e.g. 2.0.0]
- `@mui/material`: [e.g. 6.0.0]
- `@mui/icons-material` version: [e.g. 6.0.0]
- Browser: [e.g. Chrome, Firefox]
- Node version: [e.g 16.4.2]
- OS: [e.g. Ubuntu 22.04, macOS 11.4]
Expand Down

0 comments on commit a200954

Please sign in to comment.