-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: Bug Report EN | ||
description: File a bug report | ||
title: "[Bug Report]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: input | ||
id: core_version | ||
attributes: | ||
label: Core Version | ||
description: What version of @logicflow/core are you running? | ||
placeholder: ex. 1.2.16 | ||
validations: | ||
required: true | ||
- type: input | ||
id: extension_version | ||
attributes: | ||
label: Extension Version | ||
description: What version of @logicflow/extension are you running? | ||
placeholder: ex. 1.2.17 | ||
validations: | ||
required: true | ||
- type: input | ||
id: engine_version | ||
attributes: | ||
label: Engine Version | ||
description: What version of @logicflow/engine are you running? | ||
placeholder: ex. 0.0.9 | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge |