diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..c3ec88a74 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,71 @@ + + +### πŸ“¦ 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 + + + +### πŸ’‘ Background and solution + + + +### πŸ“ Changelog + + + +| 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