2022-05-17 19:43:22 +00:00
|
|
|
<!---
|
|
|
|
A technical comment, you are free to remove or leave it as it is when PR is created
|
|
|
|
The following categories are used in the next scripts, update them accordingly
|
|
|
|
utils/changelog/changelog.py
|
2023-05-03 20:27:36 +00:00
|
|
|
tests/ci/cancel_and_rerun_workflow_lambda/app.py
|
2022-05-17 19:43:22 +00:00
|
|
|
-->
|
2022-04-05 08:05:54 +00:00
|
|
|
### Changelog category (leave one):
|
2018-12-18 01:51:59 +00:00
|
|
|
- New Feature
|
|
|
|
- Improvement
|
|
|
|
- Performance Improvement
|
|
|
|
- Backward Incompatible Change
|
|
|
|
- Build/Testing/Packaging Improvement
|
2020-01-21 15:17:09 +00:00
|
|
|
- Documentation (changelog entry is not required)
|
2023-04-19 08:54:45 +00:00
|
|
|
- Bug Fix (user-visible misbehavior in an official stable release)
|
2020-05-22 20:07:48 +00:00
|
|
|
- Not for changelog (changelog entry is not required)
|
2019-11-05 15:03:17 +00:00
|
|
|
|
2018-12-18 01:51:59 +00:00
|
|
|
|
2022-04-05 08:05:54 +00:00
|
|
|
### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
|
2018-12-18 01:51:59 +00:00
|
|
|
...
|
|
|
|
|
2023-01-04 13:05:32 +00:00
|
|
|
### Documentation entry for user-facing changes
|
2023-01-11 21:26:03 +00:00
|
|
|
|
|
|
|
- [ ] Documentation is written (mandatory for new features)
|
|
|
|
|
2023-01-04 13:10:36 +00:00
|
|
|
<!---
|
2023-01-04 13:08:31 +00:00
|
|
|
Directly edit documentation source files in the "docs" folder with the same pull-request as code changes
|
2023-01-04 13:05:32 +00:00
|
|
|
|
2023-01-04 13:08:31 +00:00
|
|
|
or
|
2023-01-04 11:48:12 +00:00
|
|
|
|
2023-01-04 13:08:31 +00:00
|
|
|
Add a user-readable short description of the changes that should be added to docs.clickhouse.com below.
|
2023-01-04 11:48:12 +00:00
|
|
|
|
2023-01-04 13:08:31 +00:00
|
|
|
At a minimum, the following information should be added (but add more as needed).
|
|
|
|
- Motivation: Why is this function, table engine, etc. useful to ClickHouse users?
|
|
|
|
|
|
|
|
- Parameters: If the feature being added takes arguments, options or is influenced by settings, please list them below with a brief explanation.
|
|
|
|
|
|
|
|
- Example use: A query or command.
|
|
|
|
-->
|
2019-11-05 15:03:17 +00:00
|
|
|
|
2023-01-04 12:54:52 +00:00
|
|
|
|
2022-04-22 12:09:11 +00:00
|
|
|
> Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/
|