Skip to content

Commit

Permalink
chore: remote issue title prefix from template (GreptimeTeam#533)
Browse files Browse the repository at this point in the history
* 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>
waynexia authored Nov 16, 2022
1 parent 872ac80 commit 5979dcf
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Enhancement
description: Suggest an enhancement to existing functionality
title: "[Enhancement]: <Title>"
labels: [ "enhancement" ]
body:
- type: dropdown
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5979dcf

Please sign in to comment.