chore: add auto labels for issue-template

This commit is contained in:
Steve Johnson 2023-10-23 15:57:31 +08:00
parent 15e0d87c6d
commit fbf1aee8a7
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: "[English] Bug Report"
description: "Create a report to help us debug bugs"
title: "[BUG] "
labels: ["bug"]
body:
- type: markdown
attributes:

View File

@ -1,6 +1,7 @@
name: "[English] Feature Request"
description: "Create a report to help us improve"
title: "[Feature Request] "
labels: ["enhancement"]
body:
- type: markdown
attributes:

View File

@ -1,6 +1,7 @@
name: "[简体中文] 错误报告"
description: "创建错误报告以帮助我们修正应用"
title: "[BUG] "
labels: ["bug"]
body:
- type: markdown
attributes:

View File

@ -1,6 +1,7 @@
name: "[简体中文] 功能请求"
description: "您希望的能够在应用中增加功能"
title: "[Feature Request] "
labels: ["enhancement"]
body:
- type: markdown
attributes: