Skip to content

Commit

Permalink
chore: remote issue title prefix from template
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed Nov 16, 2022
1 parent 872ac80 commit 68d0c6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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:
Expand Down
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
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Feature request
description: Suggest a new feature for GreptimeDB
title: "[Feature]: <Feature name>"
labels: [ "feature-request" ]
body:
- type: markdown
Expand Down

0 comments on commit 68d0c6d

Please sign in to comment.