Skip to content

Commit d259e13

Browse files
committed
Update issue templates
Fix changelogs format issues
1 parent 33bc68e commit d259e13

File tree

7 files changed

+24
-12
lines changed

7 files changed

+24
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
2+
name: 'Bug report'
3+
about: 'Create a report to help us improve'
44
title: ''
55
labels: 'Status: Review Needed'
66
assignees: ''
77

88
---
99

10-
**Make sure you have searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.**
10+
**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.**
1111

1212
**Describe the bug**
1313
A clear and concise description of what the bug is.

.github/ISSUE_TEMPLATE/问题反馈.md renamed to .github/ISSUE_TEMPLATE/bug_report.zh-Hans.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
name: 问题反馈
3-
about: 报告问题
2+
name: '问题反馈'
3+
about: '报告问题'
44
title: ''
55
labels: 'Status: Review Needed'
66
assignees: ''
77

88
---
99

10-
**确保你已经搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。**
10+
**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。**
1111

1212
**描述问题**
1313
清晰并准确地描述问题。

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
2+
name: 'Feature request'
3+
about: 'Suggest an idea for this project'
44
title: ''
55
labels: 'Status: Review Needed'
66
assignees: ''
77

88
---
99

10-
**Make sure you have searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed.**
10+
**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.**
1111

1212
**Is your feature request related to a problem? Please describe.** (Optional)
1313
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

.github/ISSUE_TEMPLATE/功能请求.md renamed to .github/ISSUE_TEMPLATE/feature_request.zh-Hans.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
name: 功能请求
3-
about: 新功能建议
2+
name: '功能请求'
3+
about: '新功能建议'
44
title: ''
55
labels: 'Status: Review Needed'
66
assignees: ''
77

88
---
99

10-
**确保你已经搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。**
10+
**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。**
1111

1212
**描述与这个功能请求有关的某一问题**(可选)
1313
清晰并准确地描述这个问题。

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,9 @@ Click up arrow to go back to TOC.
126126
- Fix JSONDecodeError caused crash. [agermanidis/autosub pull request #131](https://github.com/agermanidis/autosub/pull/131) by [@raryelcostasouza](https://github.com/raryelcostasouza)
127127

128128
<escape><a href = "#TOC">&nbsp;&nbsp;</a></escape>
129+
130+
[Unreleased]: https://github.com/BingLingGroup/autosub/compare/0.5.1-alpha...HEAD
131+
[0.5.1-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.0-alpha...0.5.1-alpha
132+
[0.5.0-alpha]: https://github.com/BingLingGroup/autosub/compare/0.4.1-alpha...0.5.0-alpha
133+
[0.4.1-alpha]: https://github.com/BingLingGroup/autosub/compare/0.4.0-alpha...0.4.1-alpha
134+
[0.4.0-alpha]: https://github.com/BingLingGroup/autosub/releases/tag/0.4.0-alpha

docs/CHANGELOG.zh-Hans.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,9 @@
119119
- 修复无法解析JSONDecodeError对象导致的异常ValueError未被处理的问题。[agermanidis/autosub pull request #131](https://github.com/agermanidis/autosub/pull/131) by [@raryelcostasouza](https://github.com/raryelcostasouza)
120120

121121
<escape><a href = "#目录">&nbsp;&nbsp;</a></escape>
122+
123+
[Unreleased]: https://github.com/BingLingGroup/autosub/compare/0.5.1-alpha...HEAD
124+
[0.5.1-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.0-alpha...0.5.1-alpha
125+
[0.5.0-alpha]: https://github.com/BingLingGroup/autosub/compare/0.4.1-alpha...0.5.0-alpha
126+
[0.4.1-alpha]: https://github.com/BingLingGroup/autosub/compare/0.4.0-alpha...0.4.1-alpha
127+
[0.4.0-alpha]: https://github.com/BingLingGroup/autosub/releases/tag/0.4.0-alpha
25.7 KB
Loading

0 commit comments

Comments
 (0)