Skip to content

Commit

Permalink
Merge pull request #198 from Learnware-LAMDA/gitee
Browse files Browse the repository at this point in the history
[FIX] fix gitee typo
  • Loading branch information
bxdd committed Jan 14, 2024
2 parents 6983924 + 59037a3 commit e5e06c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitee/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
id: bug-detail
attributes:
label: 错误信息
description: 请描述你所遇到的错误,并且可以提供用于复现错误的代码或者运行截图.
description: 请描述你所遇到的错误,并且提供用于复现错误的代码或者运行截图.
placeholder: 错误描述和复现方法.
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .gitee/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
label: 功能描述
description: |
对所建议功能的清晰且简洁的描述. 如何该功能和其他论文、代码或者 Issues 相关可以提供相应的链接.
对所建议功能的清晰且简洁的描述. 如果功能和其他论文、代码或者 Issues 相关, 可以提供相应的链接.
- type: textarea
id: contribution
Expand Down
2 changes: 1 addition & 1 deletion .gitee/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!--- 在方框中打上 `x`。 --->
- [ ] 请通过在 learnware 的上级目录下运行 `pytest tests/test_workflow` 来通过测试。
- [ ] 如果您添加了新功能,请在您自己的测试脚本上测试改功能
- [ ] 如果您添加了新功能,请在您自己的测试脚本上测试该功能

## 更改的类型
<!--- 在方框中打上 `x`。 --->
Expand Down
16 changes: 0 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,3 @@
- [ ] This PR fixes bugs
- [ ] This PR add new features
- [ ] This PR update documentations or fixes typo
<!--- 请提供您在PR中更改的简要介绍。-->
<!--- Provide a general summary of your changes. -->

## Description
<!-- Provide a detailed description of your changes.. -->

## How has his PR been tested?
<!--- 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.

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

0 comments on commit e5e06c1

Please sign in to comment.