Browse Source

[FIX] fix gitee typo

tags/v0.3.2
bxdd 1 year ago
parent
commit
643c257759
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .gitee/ISSUE_TEMPLATE/bug-report.yml
  2. +1
    -1
      .gitee/ISSUE_TEMPLATE/feature-request.yml
  3. +1
    -1
      .gitee/PULL_REQUEST_TEMPLATE.md

+ 1
- 1
.gitee/ISSUE_TEMPLATE/bug-report.yml View File

@@ -5,7 +5,7 @@ body:
id: bug-detail id: bug-detail
attributes: attributes:
label: 错误信息 label: 错误信息
description: 请描述你所遇到的错误,并且可以提供用于复现错误的代码或者运行截图.
description: 请描述你所遇到的错误,并且提供用于复现错误的代码或者运行截图.
placeholder: 错误描述和复现方法. placeholder: 错误描述和复现方法.
validations: validations:
required: true required: true


+ 1
- 1
.gitee/ISSUE_TEMPLATE/feature-request.yml View File

@@ -9,7 +9,7 @@ body:
attributes: attributes:
label: 功能描述 label: 功能描述
description: | description: |
对所建议功能的清晰且简洁的描述. 如何该功能和其他论文、代码或者 Issues 相关,可以提供相应的链接.
对所建议功能的清晰且简洁的描述. 如果功能和其他论文、代码或者 Issues 相关, 可以提供相应的链接.
- type: textarea - type: textarea
id: contribution id: contribution


+ 1
- 1
.gitee/PULL_REQUEST_TEMPLATE.md View File

@@ -8,7 +8,7 @@


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


## 更改的类型 ## 更改的类型
<!--- 在方框中打上 `x`。 ---> <!--- 在方框中打上 `x`。 --->


Loading…
Cancel
Save