-
Notifications
You must be signed in to change notification settings - Fork 8
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
4 changed files
with
94 additions
and
10 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,64 @@ | ||
name: 向 element-fabric-editor 提交 Bug | ||
description: 创建一个 Issue 描述你遇到的问题。 | ||
title: '[Bug 上报] 请在此填写标题' | ||
labels: ['🐞bug: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
在向我们提交 Bug 报告前,请优先使用以下方式尝试解决问题: | ||
- 在文档 [docs](https://qiu-jun.github.io/element-fabric-editor/index.html) 确认使用方法是否正确 | ||
- 尝试在 [Issue](https://github.com/Qiu-Jun/element-fabric-editor/issues) 列表中搜索相同问题 | ||
- type: dropdown | ||
id: platform | ||
attributes: | ||
label: 浏览器 | ||
multiple: true | ||
description: 选择对应的平台 | ||
options: | ||
- chrome | ||
- 火狐 | ||
- Edge | ||
- 其他 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: reproduce | ||
attributes: | ||
label: 复现Demo地址 | ||
description: | | ||
我们需要你提供一个最小重现demo,以便于我们帮你排查问题。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce-steps | ||
attributes: | ||
label: 重现步骤 | ||
description: | | ||
请提供一个最简洁清晰的重现步骤,方便我们快速重现问题。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: 期望的结果是什么? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: actually-happening | ||
attributes: | ||
label: 实际的结果是什么? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: extra | ||
attributes: | ||
label: 其他补充信息 | ||
description: | | ||
根据你的分析,出现这个问题的原因可能在哪里,或者你认为可能产生关联的信息:比如 Vue 版本、vite 版本、Node 版本、采用哪种自动引入方案等,或者进行了哪些配置,使用了哪些插件等信息。 |
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,29 @@ | ||
name: 向 element-fabric-editor 提出新功能需求 | ||
description: 创建一个 Issue 描述一下你的功能需求。 | ||
title: '[新功能需求] 请在此填写标题' | ||
labels: ['feature: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
在提交功能需求前,请注意: | ||
- 确认这是一个通用功能,并且无法通过现有的 API 或 Slot 实现。 | ||
- 尝试在 [Issue](https://github.com/Qiu-Jun/element-fabric-editor/issues)列表中搜索,并且没有发现同样的需求。 | ||
- 请确保描述清楚你的需求,以便其他开发者更好地理解你的需求。 | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 这个功能解决了什么问题? | ||
description: 请尽可能详细地说明这个功能的使用场景。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: api | ||
attributes: | ||
label: 你期望的 API 是什么样子的? | ||
description: 描述一下这个新功能的 API,并提供一些代码示例。 | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_TITLE=快图设计-开源图片编辑器-vue-fabric-editor | ||
APP_BASE_PATH=/element-fabric-editor/ | ||
APP_APIHOST=https://www.kuaitu.cc | ||
APP_APIHOST=https://github.kuaitu.cc | ||
APP_ADMINAPIHOST=https://www.kuaitu.cc/admin |
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