From 1e6d2720c54b73a2b119dd4b40d71d845f486b06 Mon Sep 17 00:00:00 2001 From: "Lv.1 wumail" <56008486+wumail@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:21:43 +0800 Subject: [PATCH] Create BUG_REPROT_EN.yml --- .github/ISSUE_TEMPLATE/BUG_REPROT_EN.yml | 52 ++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPROT_EN.yml diff --git a/.github/ISSUE_TEMPLATE/BUG_REPROT_EN.yml b/.github/ISSUE_TEMPLATE/BUG_REPROT_EN.yml new file mode 100644 index 000000000..e52c695db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPROT_EN.yml @@ -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