Skip to content

Commit 71c185f

Browse files
committed
chore: update & fix line endings to LF
1 parent 52db5cd commit 71c185f

15 files changed

+309
-308
lines changed
+40-40
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
name: Bug Report
2-
description: Use issue template to report a bug.
3-
title: '[Bug Report] Title'
4-
labels: ['bug: need confirm']
5-
body:
6-
- type: input
7-
id: reproduce
8-
attributes:
9-
label: Reproduction Link
10-
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.
11-
validations:
12-
required: true
13-
14-
- type: input
15-
id: version
16-
attributes:
17-
label: Version
18-
description: Please fill in the version
19-
placeholder: E.g. 1.4.0
20-
validations:
21-
required: true
22-
23-
- type: textarea
24-
id: description
25-
attributes:
26-
label: Describe the Bug
27-
validations:
28-
required: true
29-
30-
- type: textarea
31-
id: reproduce-steps
32-
attributes:
33-
label: Reproduce Steps
34-
validations:
35-
required: true
36-
37-
- type: input
38-
id: browsers
39-
attributes:
40-
label: Device / Browser / Browser Version
1+
name: Bug Report
2+
description: Use issue template to report a bug.
3+
title: '[Bug Report] Title'
4+
labels: ['bug: need confirm']
5+
body:
6+
- type: input
7+
id: reproduce
8+
attributes:
9+
label: Reproduction Link
10+
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.
11+
validations:
12+
required: true
13+
14+
- type: input
15+
id: version
16+
attributes:
17+
label: Version
18+
description: Please fill in the version
19+
placeholder: E.g. 1.4.0
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: description
25+
attributes:
26+
label: Describe the Bug
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: reproduce-steps
32+
attributes:
33+
label: Reproduce Steps
34+
validations:
35+
required: true
36+
37+
- type: input
38+
id: browsers
39+
attributes:
40+
label: Device / Browser / Browser Version
+55-55
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
1-
name: alova Bug反馈
2-
description: 通过标准模板进行 Bug 反馈。
3-
title: '[Bug Report] 请在此填写标题'
4-
labels: ['bug: need confirm']
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
在提交 Bug 报告前,请注意:
10-
11-
- 确认你的问题无法通过官方文档得到解决。
12-
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的问题。
13-
- 如果不是反馈 Bug,请到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖。
14-
15-
- type: input
16-
id: reproduce
17-
attributes:
18-
label: 重现链接
19-
description: 请提供一个尽可能简单的 [codesandbox](https://codesandbox.io) 或 [stackBlitz](https://stackblitz.com) 或 GitHub 仓库链接。不要填写无效的链接。
20-
validations:
21-
required: true
22-
23-
- type: input
24-
id: version
25-
attributes:
26-
label: @alova/scene 版本
27-
description: 请填写版本号
28-
placeholder: 比如 1.4.0
29-
validations:
30-
required: true
31-
32-
- type: textarea
33-
id: description
34-
attributes:
35-
label: 描述一下你遇到的问题。
36-
validations:
37-
required: true
38-
39-
- type: textarea
40-
id: reproduce-steps
41-
attributes:
42-
label: 重现步骤
43-
description: 请提供一个最简单的操作步骤,方便我们快速重现问题。
44-
placeholder: |
45-
比如:
46-
1. 点击按钮
47-
2. 请求未发出
48-
validations:
49-
required: true
50-
51-
- type: input
52-
id: browsers
53-
attributes:
54-
label: 设备/浏览器/浏览器版本
55-
description: 在哪些设备/浏览器以及哪个浏览器版本上能重现这个问题?
1+
name: alova Bug反馈
2+
description: 通过标准模板进行 Bug 反馈。
3+
title: '[Bug Report] 请在此填写标题'
4+
labels: ['bug: need confirm']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
在提交 Bug 报告前,请注意:
10+
11+
- 确认你的问题无法通过官方文档得到解决。
12+
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的问题。
13+
- 如果不是反馈 Bug,请到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖。
14+
15+
- type: input
16+
id: reproduce
17+
attributes:
18+
label: 重现链接
19+
description: 请提供一个尽可能简单的 [codesandbox](https://codesandbox.io) 或 [stackBlitz](https://stackblitz.com) 或 GitHub 仓库链接。不要填写无效的链接。
20+
validations:
21+
required: true
22+
23+
- type: input
24+
id: version
25+
attributes:
26+
label: @alova/scene 版本
27+
description: 请填写版本号
28+
placeholder: 比如 1.4.0
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: description
34+
attributes:
35+
label: 描述一下你遇到的问题。
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
id: reproduce-steps
41+
attributes:
42+
label: 重现步骤
43+
description: 请提供一个最简单的操作步骤,方便我们快速重现问题。
44+
placeholder: |
45+
比如:
46+
1. 点击按钮
47+
2. 请求未发出
48+
validations:
49+
required: true
50+
51+
- type: input
52+
id: browsers
53+
attributes:
54+
label: 设备/浏览器/浏览器版本
55+
description: 在哪些设备/浏览器以及哪个浏览器版本上能重现这个问题?
+29-29
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
name: I want a new feature
2-
description: Describe your functional requirements through standard templates.
3-
title: '[Feature Request] Please fill in the title here'
4-
labels: ['feature: need confirm']
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
Before submitting a feature request, please note:
10-
11-
- Confirm that this is a generic feature and cannot be implemented through the existing API.
12-
- Make sure you searched for [historical issues](https://github.com/alovajs/scene/issues) and didn't find the same requirement.
13-
- You can first post in the [Discussions discussion area](https://github.com/alovajs/scene/discussions) to discuss whether the demand is reasonable.
14-
15-
- type: textarea
16-
id: description
17-
attributes:
18-
label: In what situation do you need this function to solve the problem?
19-
description: Please describe the usage scenarios of this feature in as much detail as possible.
20-
validations:
21-
required: true
22-
23-
- type: textarea
24-
id: api
25-
attributes:
26-
label: What do you expect the API to look like?
27-
description: Describe the API of this new feature and provide some code examples.
28-
validations:
29-
required: true
1+
name: I want a new feature
2+
description: Describe your functional requirements through standard templates.
3+
title: '[Feature Request] Please fill in the title here'
4+
labels: ['feature: need confirm']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Before submitting a feature request, please note:
10+
11+
- Confirm that this is a generic feature and cannot be implemented through the existing API.
12+
- Make sure you searched for [historical issues](https://github.com/alovajs/scene/issues) and didn't find the same requirement.
13+
- You can first post in the [Discussions discussion area](https://github.com/alovajs/scene/discussions) to discuss whether the demand is reasonable.
14+
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: In what situation do you need this function to solve the problem?
19+
description: Please describe the usage scenarios of this feature in as much detail as possible.
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: api
25+
attributes:
26+
label: What do you expect the API to look like?
27+
description: Describe the API of this new feature and provide some code examples.
28+
validations:
29+
required: true
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
name: 我想要一个的新功能
2-
description: 通过标准模板描述一下你的功能需求。
3-
title: '[Feature Request] 请在此填写标题'
4-
labels: ['feature: need confirm']
5-
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
在提交功能需求前,请注意:
10-
11-
- 确认这是一个通用功能,并且无法通过现有的 API 实现。
12-
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的需求。
13-
- 可以先到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖,讨论一下需求是否合理。
14-
15-
- type: textarea
16-
id: description
17-
attributes:
18-
label: 你在什么情况下,需要这个功能解决什么问题?
19-
description: 请尽可能详细地说明这个功能的使用场景。
20-
validations:
21-
required: true
22-
23-
- type: textarea
24-
id: api
25-
attributes:
26-
label: 你期望的 API 是什么样子的?
27-
description: 描述一下这个新功能的 API,并提供一些代码示例。
28-
validations:
29-
required: true
1+
name: 我想要一个的新功能
2+
description: 通过标准模板描述一下你的功能需求。
3+
title: '[Feature Request] 请在此填写标题'
4+
labels: ['feature: need confirm']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
在提交功能需求前,请注意:
10+
11+
- 确认这是一个通用功能,并且无法通过现有的 API 实现。
12+
- 确认你搜索过 [历史 issue](https://github.com/alovajs/scene/issues),并且没有发现同样的需求。
13+
- 可以先到 [Discussions 讨论区](https://github.com/alovajs/scene/discussions) 发帖,讨论一下需求是否合理。
14+
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: 你在什么情况下,需要这个功能解决什么问题?
19+
description: 请尽可能详细地说明这个功能的使用场景。
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: api
25+
attributes:
26+
label: 你期望的 API 是什么样子的?
27+
description: 描述一下这个新功能的 API,并提供一些代码示例。
28+
validations:
29+
required: true

0 commit comments

Comments
 (0)