Browse Source

[MNT] add cn pr

tags/v0.3.2
bxdd 2 years ago
parent
commit
b5215db355
2 changed files with 25 additions and 23 deletions
  1. +12
    -10
      .gitee/PULL_REQUEST_TEMPLATE.md
  2. +13
    -13
      .github/PULL_REQUEST_TEMPLATE.md

+ 12
- 10
.gitee/PULL_REQUEST_TEMPLATE.md View File

@@ -1,13 +1,15 @@
# What does this PR do?
<!--- Provide a general summary of your changes in the Title above. -->
<!--- Provide a general summary of your changes. -->

<!-- Replace this with a description of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies (if any) that are required for this change. -->
## Description
<!-- Provide a detailed description of your changes.. -->

## Pre-Submission Checklist
## How has his PR been tested?
<!--- Put an `x` in the boxes as follows. --->
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [ ] Have you followed the commit format and enabled the pre-commit process as outlined in the [developer guide](https://gitee.com/beimingwu/learnware/blob/main/docs/about/dev.rst)?
- [ ] Was this discussed/approved via a Github issue? Please provide a link
to the issue.
- [ ] Did you pass the test by running `pytest tests/test_workflow` in the root directory?
- [ ] If adding a new feature, have you added tests that cover your changes?
- [ ] Please pass the test by running `pytest tests/test_workflow` under upper directory of learnware.
- [ ] If you add new features, please test new features on your own test scirpt.

## Types of changes
<!--- Put an `x` in the boxes as follows. --->
- [ ] This PR fixes bugs
- [ ] This PR add new features
- [ ] This PR update documentations or fixes typo

+ 13
- 13
.github/PULL_REQUEST_TEMPLATE.md View File

@@ -1,17 +1,17 @@
<!--- Provide a general summary of your changes in the Title above. -->
<!--- 请提供您在PR中更改的简要介绍。-->

## Description
<!-- Replace this with a description of the change. -->
## 描述
<!-- 请详细描述您在PR中所在的更改。-->

## How has his PR been tested?
Please cover your changes with tests and attached the screenshots of tests results (if appropriate).
## 如何测试此 PR?
请全面测试您的更改,并附上测试结果的截图(如果适用)。

<!--- Put an `x` in the boxes as follows. --->
- [ ] Please pass the test by running `pytest tests/test_workflow` under upper directory of learnware.
- [ ] If you add new features, please test new features on your own test scirpt.
<!--- 在方框中打上 `x`。 --->
- [ ] 请通过在 learnware 的上级目录下运行 `pytest tests/test_workflow` 来通过测试。
- [ ] 如果您添加了新功能,请在您自己的测试脚本上测试改功能。

## Types of changes
<!--- Put an `x` in the boxes as follows. --->
- [ ] This PR fixes bugs
- [ ] This PR adds new features
- [ ] This PR updates documentations or fixes typo
## 更改的类型
<!--- 在方框中打上 `x`。 --->
- [ ] 此 PR 修复了 bug
- [ ] 此 PR 添加了新功能
- [ ] 此 PR 更新了文档或修复了拼写错误

Loading…
Cancel
Save