-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update & fix line endings to LF
- Loading branch information
Showing
15 changed files
with
309 additions
and
308 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 |
---|---|---|
@@ -1,40 +1,40 @@ | ||
name: Bug Report | ||
description: Use issue template to report a bug. | ||
title: '[Bug Report] Title' | ||
labels: ['bug: need confirm'] | ||
body: | ||
- type: input | ||
id: reproduce | ||
attributes: | ||
label: Reproduction Link | ||
description: Please provide a simple [codesandbox](https://codesandbox.io/) or [stackBlitz](https://stackblitz.com) or GitHub repository link. Do not fill in invalid links, this will cause your issue to be closed directly. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: Please fill in the version | ||
placeholder: E.g. 1.4.0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the Bug | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce-steps | ||
attributes: | ||
label: Reproduce Steps | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: browsers | ||
attributes: | ||
label: Device / Browser / Browser Version | ||
name: Bug Report | ||
description: Use issue template to report a bug. | ||
title: '[Bug Report] Title' | ||
labels: ['bug: need confirm'] | ||
body: | ||
- type: input | ||
id: reproduce | ||
attributes: | ||
label: Reproduction Link | ||
description: Please provide a simple [codesandbox](https://codesandbox.io/) or [stackBlitz](https://stackblitz.com) or GitHub repository link. Do not fill in invalid links, this will cause your issue to be closed directly. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: Please fill in the version | ||
placeholder: E.g. 1.4.0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the Bug | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce-steps | ||
attributes: | ||
label: Reproduce Steps | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: browsers | ||
attributes: | ||
label: Device / Browser / Browser Version |
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,55 +1,55 @@ | ||
name: alova Bug反馈 | ||
description: 通过标准模板进行 Bug 反馈。 | ||
title: '[Bug Report] 请在此填写标题' | ||
labels: ['bug: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
在提交 Bug 报告前,请注意: | ||
- 确认你的问题无法通过官方文档得到解决。 | ||
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的问题。 | ||
- 如果不是反馈 Bug,请到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖。 | ||
- type: input | ||
id: reproduce | ||
attributes: | ||
label: 重现链接 | ||
description: 请提供一个尽可能简单的 [codesandbox](https://codesandbox.io) 或 [stackBlitz](https://stackblitz.com) 或 GitHub 仓库链接。不要填写无效的链接。 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: @alova/scene 版本 | ||
description: 请填写版本号 | ||
placeholder: 比如 1.4.0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 描述一下你遇到的问题。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce-steps | ||
attributes: | ||
label: 重现步骤 | ||
description: 请提供一个最简单的操作步骤,方便我们快速重现问题。 | ||
placeholder: | | ||
比如: | ||
1. 点击按钮 | ||
2. 请求未发出 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: browsers | ||
attributes: | ||
label: 设备/浏览器/浏览器版本 | ||
description: 在哪些设备/浏览器以及哪个浏览器版本上能重现这个问题? | ||
name: alova Bug反馈 | ||
description: 通过标准模板进行 Bug 反馈。 | ||
title: '[Bug Report] 请在此填写标题' | ||
labels: ['bug: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
在提交 Bug 报告前,请注意: | ||
- 确认你的问题无法通过官方文档得到解决。 | ||
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的问题。 | ||
- 如果不是反馈 Bug,请到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖。 | ||
- type: input | ||
id: reproduce | ||
attributes: | ||
label: 重现链接 | ||
description: 请提供一个尽可能简单的 [codesandbox](https://codesandbox.io) 或 [stackBlitz](https://stackblitz.com) 或 GitHub 仓库链接。不要填写无效的链接。 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: @alova/scene 版本 | ||
description: 请填写版本号 | ||
placeholder: 比如 1.4.0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 描述一下你遇到的问题。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce-steps | ||
attributes: | ||
label: 重现步骤 | ||
description: 请提供一个最简单的操作步骤,方便我们快速重现问题。 | ||
placeholder: | | ||
比如: | ||
1. 点击按钮 | ||
2. 请求未发出 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: browsers | ||
attributes: | ||
label: 设备/浏览器/浏览器版本 | ||
description: 在哪些设备/浏览器以及哪个浏览器版本上能重现这个问题? |
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,29 +1,29 @@ | ||
name: I want a new feature | ||
description: Describe your functional requirements through standard templates. | ||
title: '[Feature Request] Please fill in the title here' | ||
labels: ['feature: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before submitting a feature request, please note: | ||
- Confirm that this is a generic feature and cannot be implemented through the existing API. | ||
- Make sure you searched for [historical issues](https://github.com/alovajs/scene/issues) and didn't find the same requirement. | ||
- You can first post in the [Discussions discussion area](https://github.com/alovajs/scene/discussions) to discuss whether the demand is reasonable. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: In what situation do you need this function to solve the problem? | ||
description: Please describe the usage scenarios of this feature in as much detail as possible. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: api | ||
attributes: | ||
label: What do you expect the API to look like? | ||
description: Describe the API of this new feature and provide some code examples. | ||
validations: | ||
required: true | ||
name: I want a new feature | ||
description: Describe your functional requirements through standard templates. | ||
title: '[Feature Request] Please fill in the title here' | ||
labels: ['feature: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before submitting a feature request, please note: | ||
- Confirm that this is a generic feature and cannot be implemented through the existing API. | ||
- Make sure you searched for [historical issues](https://github.com/alovajs/scene/issues) and didn't find the same requirement. | ||
- You can first post in the [Discussions discussion area](https://github.com/alovajs/scene/discussions) to discuss whether the demand is reasonable. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: In what situation do you need this function to solve the problem? | ||
description: Please describe the usage scenarios of this feature in as much detail as possible. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: api | ||
attributes: | ||
label: What do you expect the API to look like? | ||
description: Describe the API of this new feature and provide some code examples. | ||
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,29 +1,29 @@ | ||
name: 我想要一个的新功能 | ||
description: 通过标准模板描述一下你的功能需求。 | ||
title: '[Feature Request] 请在此填写标题' | ||
labels: ['feature: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
在提交功能需求前,请注意: | ||
- 确认这是一个通用功能,并且无法通过现有的 API 实现。 | ||
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的需求。 | ||
- 可以先到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖,讨论一下需求是否合理。 | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 你在什么情况下,需要这个功能解决什么问题? | ||
description: 请尽可能详细地说明这个功能的使用场景。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: api | ||
attributes: | ||
label: 你期望的 API 是什么样子的? | ||
description: 描述一下这个新功能的 API,并提供一些代码示例。 | ||
validations: | ||
required: true | ||
name: 我想要一个的新功能 | ||
description: 通过标准模板描述一下你的功能需求。 | ||
title: '[Feature Request] 请在此填写标题' | ||
labels: ['feature: need confirm'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
在提交功能需求前,请注意: | ||
- 确认这是一个通用功能,并且无法通过现有的 API 实现。 | ||
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的需求。 | ||
- 可以先到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖,讨论一下需求是否合理。 | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 你在什么情况下,需要这个功能解决什么问题? | ||
description: 请尽可能详细地说明这个功能的使用场景。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: api | ||
attributes: | ||
label: 你期望的 API 是什么样子的? | ||
description: 描述一下这个新功能的 API,并提供一些代码示例。 | ||
validations: | ||
required: true |
Oops, something went wrong.