mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.4 KiB
71 lines
2.4 KiB
name: "\U0001F41E Bug report"
|
|
description: Create a report to help us improve
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Before You Start...**
|
|
|
|
This form is only for submitting bug reports. If you have a usage question
|
|
or are unsure if this is really a bug, make sure to:
|
|
|
|
- Read the [docs](https://hufe.club/canvas-editor-docs/)
|
|
|
|
Also try to search for your issue - it may have already been answered or even fixed in the development branch.
|
|
However, if you find that an old, closed issue still persists in the latest version,
|
|
you should open a new issue using the form below instead of commenting on the old issue.
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: version
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: reproduction-link
|
|
attributes:
|
|
label: Link to minimal reproduction
|
|
description: |
|
|
Provide a link address that can reproduce the bug. The following link is recommended:
|
|
https://codesandbox.io/
|
|
https://codepen.io/
|
|
https://stackblitz.com/
|
|
placeholder: Reproduction Link
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
What do we need to do after opening your repro in order to make the bug happen? Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format lists and code.
|
|
placeholder: Steps to reproduce
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: What is expected?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actually-happening
|
|
attributes:
|
|
label: What is actually happening?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: editor-value
|
|
attributes:
|
|
label: Editor Value
|
|
description: Output of `instance.command.getValue()`
|
|
render: json
|
|
- type: textarea
|
|
id: system-info
|
|
attributes:
|
|
label: System Info
|
|
description: Output of `npx envinfo --system --binaries --browsers`
|
|
render: shell
|
|
placeholder: System, Binaries, Browsers
|
|
- type: textarea
|
|
id: additional-comments
|
|
attributes:
|
|
label: Any additional comments?
|
|
description: e.g. some background/context of how you ran into this bug.
|
|
|