Skip to content

Commit

Permalink
Create BUG_REPROT_EN.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wumail authored Nov 1, 2023
1 parent bf4a8b9 commit 1e6d272
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPROT_EN.yml
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

0 comments on commit 1e6d272

Please sign in to comment.