Merge branch 'pr_1451'

This commit is contained in:
ob-robot
2023-06-30 07:14:13 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
name: 🐞 Bug report
about: Create a report to help us improve
title: "[Bug]: <title>"
title: "[Bug]: "
labels: ["type: bug"]
---

View File

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

View File

@ -1,7 +1,7 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project
title: "[Feature]: <title>"
title: "[Feature]: "
labels: ["type: feature"]
---

View File

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