返回提交历史
Modified
.github/ISSUE_TEMPLATE/3-mistake-report.yml
+47
-47
XFEstudio/bilibili-API-collect
fix(ISSUE_TEMPLATE/3-mistake-report.yml): trailing spaces
948a240
代码差异
1 个文件
+47
-47
@@ -1,64 +1,64 @@
1
name: "错误修正"
2
description: "发现文档内容有误并提交修正请求"
3
title: "[错误修正] <title>"
1
name: "错误修正"
2
description: "发现文档内容有误并提交修正请求"
3
title: "[错误修正] <title>"
4
4
labels: ["错误/Mistakes"]
5
body:
6
- type: checkboxes
7
id: confirmations
8
attributes:
9
label: "提交前请确认"
10
options:
11
- label: "我已阅读贡献指南, 已确认文档中有错误存在,且 Issues、Pull Requests 中无相同修正"
12
required: true
13
- label: "我已验证修正内容的正确性"
14
required: false
5
body:
6
- type: checkboxes
7
id: confirmations
8
attributes:
9
label: "提交前请确认"
10
options:
11
- label: "我已阅读贡献指南, 已确认文档中有错误存在,且 Issues、Pull Requests 中无相同修正"
12
required: true
13
- label: "我已验证修正内容的正确性"
14
required: false
15
15
16
- type: input
17
id: document_link
18
attributes:
19
label: "错误所在文档链接"
16
- type: input
17
id: document_link
18
attributes:
19
label: "错误所在文档链接"
20
20
description: |
21
21
需要修正的文档链接,指定到具体 API<br>
22
22
eg: https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/bangumi/info.md#获取剧集明细web端ssidepid方式<br>
23
23
https://socialsisteryi.github.io/bilibili-API-collect/docs/bangumi/info.html#获取剧集明细-web端-ssid-epid方式
24
validations:
25
required: true
24
validations:
25
required: true
26
26
27
- type: dropdown
28
id: error_type
29
attributes:
30
label: "错误类型"
27
- type: dropdown
28
id: error_type
29
attributes:
30
label: "错误类型"
31
31
multiple: true
32
options:
33
- "API 地址/鉴权方式错误"
34
- "参数错误"
35
- "响应数据结构或响应示例错误"
32
options:
33
- "API 地址/鉴权方式错误"
34
- "参数错误"
35
- "响应数据结构或响应示例错误"
36
36
- "描述性内容错误(如拼写/流程说明)"
37
- "接口已弃用或下线"
38
- "其他(请在下文说明)"
39
validations:
40
required: true
37
- "接口已弃用或下线"
38
- "其他(请在下文说明)"
39
validations:
40
required: true
41
41
42
- type: textarea
43
id: error_description
44
attributes:
45
label: "错误描述"
46
description: "请详细说明具体错误所在,如有多个错误请编号列出"
47
validations:
48
required: true
42
- type: textarea
43
id: error_description
44
attributes:
45
label: "错误描述"
46
description: "请详细说明具体错误所在,如有多个错误请编号列出"
47
validations:
48
required: true
49
49
50
50
- type: textarea
51
51
id: evidence
52
attributes:
52
attributes:
53
53
label: "纠错依据"
54
description: "如果有,请提供抓包记录等佐证,方便确认。如果有多个错误,请将依据对应错误描述的编号列出"
55
validations:
54
description: "如果有,请提供抓包记录等佐证,方便确认。如果有多个错误,请将依据对应错误描述的编号列出"
55
validations:
56
56
required: false
57
57
58
- type: textarea
59
id: correction
60
attributes:
61
label: "修正方案"
62
description: "如果可以,请提供修正后的内容,如有多个修正点请编号列出"
63
validations:
58
- type: textarea
59
id: correction
60
attributes:
61
label: "修正方案"
62
description: "如果可以,请提供修正后的内容,如有多个修正点请编号列出"
63
validations:
64
64
required: false