Merge branch 'pr_1397'

This commit is contained in:
ob-robot
2023-05-11 09:27:15 +00:00
4 changed files with 5 additions and 4 deletions

View File

@ -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`):

View File

@ -2,6 +2,7 @@
name: 🌟 Enhancement
about: I want to make an enhancement.
labels: ["type: enhancement"]
title: "[Enhancement]: <title>"
---
**Enhancement**

View File

@ -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"]
---

View File

@ -1,7 +1,7 @@
---
name: 🙋 Question
about: I have a question.
title: "[Question]: "
title: "[Question]: <title>"
labels: ["type: question"]
---