-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from oceanbase/dengfuping-dev
feat(github): Add PULL_REQUEST_TEMPLATE.md
- Loading branch information
Showing
1 changed file
with
71 additions
and
0 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,71 @@ | ||
<!-- | ||
First of all, thank you for your contribution! 😄 | ||
Before submitting your pull request, please make sure the checklist below is confirmed. | ||
Your pull requests will be merged after one of the collaborators approve. | ||
Thank you! | ||
--> | ||
|
||
### 📦 Modified package | ||
|
||
- [ ] @oceanbase/design | ||
- [ ] @oceanbase/ui | ||
- [ ] @oceanbase/icons | ||
- [ ] @oceanbase/charts | ||
- [ ] @oceanbase/util | ||
- [ ] @oceanbase/codemod | ||
- [ ] Other (about what?) | ||
|
||
### 🤔 This is a ... | ||
|
||
- [ ] New feature | ||
- [ ] Bug fix | ||
- [ ] Site / documentation update | ||
- [ ] Demo update | ||
- [ ] Component style update | ||
- [ ] TypeScript definition update | ||
- [ ] Bundle size optimization | ||
- [ ] Performance optimization | ||
- [ ] Enhancement feature | ||
- [ ] Internationalization | ||
- [ ] Refactoring | ||
- [ ] Code style optimization | ||
- [ ] Test Case | ||
- [ ] Branch merge | ||
- [ ] Workflow | ||
- [ ] Other (about what?) | ||
|
||
### 🔗 Related issue link | ||
|
||
<!-- | ||
1. Put the related issue or discussion links here. | ||
2. close #xxxx or fix #xxxx for instance. | ||
--> | ||
|
||
### 💡 Background and solution | ||
|
||
<!-- | ||
1. Describe the problem and the scenario. | ||
2. GIF or snapshot should be provided if includes UI/interactive modification. | ||
3. How to fix the problem, and list the final API implementation and usage sample if that is a new feature. | ||
--> | ||
|
||
### 📝 Changelog | ||
|
||
<!-- | ||
Describe changes from the user side, and list all potential break changes or other risks. | ||
---> | ||
|
||
| Language | Changelog | | ||
| ---------- | --------- | | ||
| 🇺🇸 English | | | ||
| 🇨🇳 Chinese | | | ||
|
||
### ☑️ Self-Check before Merge | ||
|
||
⚠️ Please check all items below before requesting a reviewing. ⚠️ | ||
|
||
- [ ] Doc is updated/provided or not needed | ||
- [ ] Demo is updated/provided or not needed | ||
- [ ] TypeScript definition is updated/provided or not needed | ||
- [ ] Tests is updated/provided or not needed | ||
- [ ] Changelog is provided or not needed |