Skip to content

Commit 6461849

Browse files
ArgoZhangdensen2014
andcommitted
chore: update issue form (#380)
* chore: update pull quest template md file * choe: update issue form * chore: update Fixes to fixes Co-authored-by: alex chow <zhouchuanglin@gmail.com>
1 parent 5ed6075 commit 6461849

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/10_bug_report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: 🐞 Bug Report
22
description: File a bug/issue
3-
title: "[BUG] <title>"
3+
title: "bug: <title>"
44
labels: [bug]
5+
assignees:
6+
- argozhang
57
body:
68
- type: checkboxes
79
attributes:

.github/ISSUE_TEMPLATE/20_feature_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: 💡 Feature Request
22
description: Suggest an idea for this project
3+
title: "feat: <title>"
4+
labels: [enhancement]
5+
assignees:
6+
- argozhang
37
body:
48
- type: checkboxes
59
attributes:

.github/pull_request_template.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {PR title}
1+
## {PR title}
22

33
<!-- Thank you for submitting a pull request to our repo. -->
44

@@ -9,8 +9,6 @@ below to ensure a smooth review and merge process for your PR. -->
99

1010
Summary of the changes (Less than 80 chars)
1111

12-
## Description
12+
### Description
1313

14-
{Detail}
15-
16-
Fixes #{bug number}
14+
fixes #{bug number}

0 commit comments

Comments
 (0)