CodeCommitsIssuesPull requestsActionsInsightsSecurity
7a5fb2dade608f77e53a9fd6e7393574cab5f15e

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/PULL_REQUEST_TEMPLATE.md

26lines · modecode

1I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
2
3Changelog category (leave one):
4- New Feature
5- Bug Fix
6- Improvement
7- Performance Improvement
8- Backward Incompatible Change
9- Build/Testing/Packaging Improvement
10- Documentation (changelog entry is not required)
11- Other
12- Not for changelog (changelog entry is not required)
13
14
15Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
16
17...
18
19
20Detailed description / Documentation draft:
21
22...
23
24By adding documentation, you'll allow users to try your new feature immediately, not when someone else will have time to document it later. Documentation is necessary for all features that affect user experience in any way. You can add brief documentation draft above, or add documentation right into your patch as Markdown files in [docs](https://github.com/ClickHouse/ClickHouse/tree/master/docs) folder.
25
26If you are doing this for the first time, it's recommended to read the lightweight [Contributing to ClickHouse Documentation](https://github.com/ClickHouse/ClickHouse/tree/master/docs/README.md) guide first.