mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Add 'Experimental Feature' category
This commit is contained in:
parent
fa3bdf6050
commit
26aa65b9d1
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -6,6 +6,7 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py
|
||||
-->
|
||||
### Changelog category (leave one):
|
||||
- New Feature
|
||||
- Experimental Feature
|
||||
- Improvement
|
||||
- Performance Improvement
|
||||
- Backward Incompatible Change
|
||||
|
@ -33,6 +33,7 @@ from version_helper import (
|
||||
categories_preferred_order = (
|
||||
"Backward Incompatible Change",
|
||||
"New Feature",
|
||||
"Experimental Feature",
|
||||
"Performance Improvement",
|
||||
"Improvement",
|
||||
"Critical Bug Fix (crash, LOGICAL_ERROR, data loss, RBAC)",
|
||||
|
Loading…
Reference in New Issue
Block a user