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 name: 🐞 Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: "[Bug]: <title>" title: "[Bug]: "
labels: ["type: bug"] labels: ["type: bug"]
--- ---

View File

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

View File

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

View File

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