Merge branch 'pr_1397'
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -8,7 +8,7 @@ labels: ["type: bug"]
|
||||
**Describe the bug**
|
||||
<!-- A clear and concise description of bug. -->
|
||||
|
||||
** Environment**
|
||||
**Environment**
|
||||
<!-- Environment Details sometimes important -->
|
||||
- OS Version and CPU Arch(`uname -a`):
|
||||
|
||||
|
1
.github/ISSUE_TEMPLATE/enhancement.md
vendored
1
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@ -2,6 +2,7 @@
|
||||
name: 🌟 Enhancement
|
||||
about: I want to make an enhancement.
|
||||
labels: ["type: enhancement"]
|
||||
title: "[Enhancement]: <title>"
|
||||
---
|
||||
|
||||
**Enhancement**
|
||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 🚀 Feature Request
|
||||
description: Suggest an idea for this project
|
||||
title: "[feat.]: <title>"
|
||||
about: Suggest an idea for this project
|
||||
title: "[Feature]: <title>"
|
||||
labels: ["type: feature"]
|
||||
---
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 🙋 Question
|
||||
about: I have a question.
|
||||
title: "[Question]: "
|
||||
title: "[Question]: <title>"
|
||||
labels: ["type: question"]
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user