-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2921: feat: reduce cellbase maturity on staging spec r=quake,doitian a=keroro520 2931: chore: add pr template r=quake,zhangsoledad a=doitian Copy from https://github.com/tikv/tikv/blob/master/.github/pull_request_template.md <!-- Thank you for contributing to nervosnetwork/ckb! If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document. If you're unsure about anything, just ask; somebody should be along to answer within a day or two. PR Title Format: 1. module [, module2, module3]: what's changed 2. *: what's changed --> ### What is changed and how it works? What's Changed: Add a template for new pull request. ### Check List <!--REMOVE the items that are not applicable--> Tests <!-- At least one of them must be included. --> - No code Side effects - N/A Co-authored-by: keroro <keroroxx520@gmail.com> Co-authored-by: ian <ian@nervos.org>
- Loading branch information
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- | ||
Thank you for contributing to nervosnetwork/ckb! | ||
If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document. | ||
If you're unsure about anything, just ask; somebody should be along to answer within a day or two. | ||
PR Title Format: | ||
1. module [, module2, module3]: what's changed | ||
2. *: what's changed | ||
--> | ||
|
||
### What problem does this PR solve? | ||
|
||
Issue Number: close #xxx <!-- REMOVE this line if no issue to close --> | ||
|
||
Problem Summary: | ||
|
||
### What is changed and how it works? | ||
|
||
Proposal: [xxx](url) <!-- REMOVE this line if not applicable --> | ||
|
||
What's Changed: | ||
|
||
### Related changes | ||
|
||
- PR to update `owner/repo`: | ||
- Need to cherry-pick to the release branch | ||
|
||
### Check List <!--REMOVE the items that are not applicable--> | ||
|
||
Tests <!-- At least one of them must be included. --> | ||
|
||
- Unit test | ||
- Integration test | ||
- Manual test (add detailed scripts or steps below) | ||
- No code (skip ci) | ||
|
||
Side effects | ||
|
||
- Performance regression | ||
- Breaking backward compatibility | ||
|
||
### Release note <!-- bugfixes or new feature need a release note --> | ||
|
||
```release-note | ||
Please add a release note. | ||
If you don't think this PR needs a release note then fill it with None. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters