Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: "[Ideas] "
labels: ["enhancement"]
labels: ["type: Enhancement"]
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/DISCUSSION_TEMPLATE/proposal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
title: "[Proposal] "
labels: ["type: Proposal"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "\U0001F41B Bug Report"
description: Problems and issues with code in Cloudberry Database core.
title: "[Bug] "
labels: ["bug"]
labels: ["type: Bug"]
body:
- type: markdown
attributes:
Expand Down
6 changes: 5 additions & 1 deletion .gitmessage
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ Add your commit body here
#
# Note: Usage - use this config for your own git
# Run the configure cmd in the terminal
# `git config --global commit.template .gitmessage`
# `git config --global commit.template .gitmessage`
#
#
#
#