Skip to content

Commit 7f755cd

Browse files
zz-jasonshenli
authored andcommitted
add pull request template (#6718)
1 parent 30f1601 commit 7f755cd

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

pull_request_template.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Thank you for working on TiDB! Please read TiDB's [CONTRIBUTING](https://github.com/pingcap/tidb/blob/master/CONTRIBUTING.md) document **BEFORE** filing this PR.
2+
3+
## What have you changed? (mandatory)
4+
5+
Please explain **IN DETAIL** what the changes are in this PR and why they are needed:
6+
- Summarize your change (mandatory)
7+
- How does this PR work? Need a brief introduction for the changed logic (optional)
8+
- Describe clearly one logical change and avoid lazy messages (optional)
9+
- Describe any limitations of the current code (optional)
10+
11+
Please **NOTE** that:
12+
- Do not assume the code is self-evident
13+
- Do not assume reviewers understand the original issue
14+
15+
## What are the type of the changes (mandatory)?
16+
17+
The currently defined types are listed below, please pick one of the types for this PR by removing the others:
18+
- New feature (non-breaking change which adds functionality)
19+
- Improvement (non-breaking change which is an improvement to an existing feature)
20+
- Bug fix (non-breaking change which fixes an issue)
21+
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
22+
23+
## How has this PR been tested (mandatory)?
24+
25+
Please describe the tests that you ran to verify your changes. Have you finished unit tests, integration tests, or manual tests?
26+
27+
## Does this PR affect documentation (docs/docs-cn) update? (optional)
28+
29+
If there is document change, please file a PR in ([docs](https://github.com/pingcap/docs) and [docs-cn](https://github.com/pingcap/docs-cn)) and add the PR number here.
30+
31+
## Refer to a related PR or issue link (optional)
32+
33+
## Benchmark result if necessary (optional)
34+
35+
## Add a few positive/negative examples (optional)
36+

0 commit comments

Comments
 (0)