From a20095456deec1e25a19ed4aedb8a67d68654656 Mon Sep 17 00:00:00 2001 From: Steven DeMartini Date: Fri, 20 Sep 2024 12:10:52 +0100 Subject: [PATCH] Add MUI versions and CSS suggestion to issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a07a598..0ae0c1b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 @@ -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]