editorjs-text-color-plugin icon indicating copy to clipboard operation
editorjs-text-color-plugin copied to clipboard

Before opening a new issue, please take a look at this

Open flaming-cl opened this issue 1 year ago • 1 comments

Hi, if you are encountering some issues with this plugin, please take a look at this template and add it in your issue. This helps us to better understand your issue, thanks.

Editorjs Version

2.25

Other unofficial Editorjs plugins you are using

If not, leave this blank

Device

PC

Operating System

Ubuntu / Windows / Mac

Browser

Chrome 114?

How to reproduce the issue

Expected outcome

flaming-cl avatar Jun 11 '23 11:06 flaming-cl

You can update the Bug Report template under https://github.com/natterstefan/editorjs-inline-tool/blob/master/.github/ISSUE_TEMPLATE/bug_report.md to include the desired headings and even convert it to a form using YAML to add input elements with validation rules.

# .github/ISSUE_TEMPLATE/1_Bug_report.yaml

name: Bug Report
description: File a bug report
labels: Bug
title: "[Bug]: "
body:
    - type: input
      id: affected-version
      attributes:
         label: ColorPlugin Version
         description: Which version of ColorPlugin was used?
         placeholder: 
      validators:
          required: true
    - type: input
      id: editorjs-version
      attributes:
         label: EditorJS Version
         description: Which version of EditorJS was used?
         placeholder: x.y.z
      validators:
          required: true
    - type: textarea
      id: reproduce
      attributes:
         label: How to reproduce the issue
         description: Minimal example of how you encountered the issue
      validators:
          required: true

# ...

fyrye avatar Jan 31 '24 21:01 fyrye