chore: remote issue title prefix from template (#533)

* chore: remote issue title prefix from template

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* change feature request's label name

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2022-11-16 15:46:52 +08:00
committed by GitHub
parent 872ac8058f
commit 5979dcfc17
3 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
---
name: Bug report
description: Is something not working? Help us fix it!
title: "[Bug]: <Title>"
labels: ["bug", "triage"]
labels: [ "bug" ]
body:
- type: markdown
attributes:

View File

@@ -1,7 +1,6 @@
---
name: Enhancement
description: Suggest an enhancement to existing functionality
title: "[Enhancement]: <Title>"
labels: [ "enhancement" ]
body:
- type: dropdown

View File

@@ -1,8 +1,7 @@
---
name: Feature request
description: Suggest a new feature for GreptimeDB
title: "[Feature]: <Feature name>"
labels: [ "feature-request" ]
labels: [ "feature request" ]
body:
- type: markdown
id: info