Browse Source

chore: pr template

zwlafk 4 years ago
parent
commit
aaacd2d0dd
2 changed files with 85 additions and 0 deletions
  1. 43 0
      .github/PULL_REQUEST_TEMPLATE.md
  2. 42 0
      .github/PULL_REQUEST_TEMPLATE.zh-CN.md

+ 43 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -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 -->

+ 42 - 0
.github/PULL_REQUEST_TEMPLATE.zh-CN.md

@@ -0,0 +1,42 @@
+<!-- 非常感谢您的PR 💗 -->
+[English Template / 英文模板](./PULL_REQUEST_TEMPLATE.zh-CN.md)
+
+- [ ] 我已阅读并遵循了贡献文档中的[PR指南](https://github.com/DouyinFE/semi-design/blob/main/CONTRIBUTING.md#pull-request-%E6%8C%87%E5%8D%97).
+
+### PR类型 (请至少选择一个)
+
+ - [ ] Bugfix
+ - [ ] Feature
+ - [ ] Code style update
+ - [ ] Refactor
+ - [ ] Test Case
+ - [ ] TypeScript definition update
+ - [ ] Document improve
+ - [ ] CI/CD improve
+ - [ ] Branch sync
+ - [ ] Other, please describe:
+
+
+### PR 描述
+<!--
+相关issue, 背景, 以及 reviewer 需要关注的地方
+-->
+Fixes #
+
+### 更新日志
+🇨🇳 Chinese
+- 修复 ...
+
+---
+
+🇺🇸 English
+- Fix ...
+
+
+### 检查清单
+- [ ] 已增加测试用例或无须增加
+- [ ] 已补充文档或无须补充
+- [ ] Changelog已提供或无须提供
+
+### 附加信息
+<!-- 你可以提供一些 截图/录屏 或者其他的信息 -->