|
@@ -0,0 +1,43 @@
|
|
|
+<!-- Thanks so much for your PR 💗 -->
|
|
|
+[中文模板 / Chinese Template](./PULL_REQUEST_TEMPLATE.md)
|
|
|
+
|
|
|
+- [ ] I have read and followed [Pull Request Guidelines](https://github.com/DouyinFE/semi-design/blob/main/CONTRIBUTING-en-US.md#pull-request-guidelines) of the contributing guide.
|
|
|
+
|
|
|
+
|
|
|
+### What kind of change does this PR introduce? (check at least one)
|
|
|
+
|
|
|
+ - [ ] Bugfix
|
|
|
+ - [ ] Feature
|
|
|
+ - [ ] Code style update
|
|
|
+ - [ ] Refactor
|
|
|
+ - [ ] Test Case
|
|
|
+ - [ ] TypeScript definition update
|
|
|
+ - [ ] Document improve
|
|
|
+ - [ ] CI/CD improve
|
|
|
+ - [ ] Branch sync
|
|
|
+ - [ ] Other, please describe:
|
|
|
+
|
|
|
+
|
|
|
+### PR description
|
|
|
+<!--
|
|
|
+The relevant issue, background of this PR, and what should reviewers focus on
|
|
|
+-->
|
|
|
+Fixes #
|
|
|
+
|
|
|
+### Changelog
|
|
|
+🇨🇳 Chinese
|
|
|
+- 修复 ...
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+🇺🇸 English
|
|
|
+- Fix ...
|
|
|
+
|
|
|
+
|
|
|
+### Checklist
|
|
|
+- [ ] Test or no need
|
|
|
+- [ ] Document or no need
|
|
|
+- [ ] Changelog or no need
|
|
|
+
|
|
|
+### Additional information
|
|
|
+<!-- You can provide screenshot/video or some additional information -->
|