Skip to content

Commit

Permalink
chore: Update issue and pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaokang2022 committed Jan 24, 2025
1 parent b7b0b01 commit b61aa1b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
15 changes: 6 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@ body:
Please read our [Contribution Guideline](https://xiaokang2022.github.io/maliang/en/CONTRIBUTING/) before completing this report.
请在填写此报告前先阅读我们的[贡献指南](https://xiaokang2022.github.io/maliang/CONTRIBUTING/)。
- type: dropdown
- type: input
id: version
attributes:
label: Version
description: |
Which version of the project are you using?
您使用的是本项目的哪个版本?
options:
- Latest stable version (Default)
- Latest development version
- Other version (Please add later)
default: 0
placeholder: e.g. 3.0.0
validations:
required: true
- type: dropdown
Expand All @@ -36,9 +32,10 @@ body:
options:
- Windows 11
- Windows 10
- Linux
- Linux (GNOME)
- Linux (KDE Plasma)
- macOS
- Other (Please add later)
- Other
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -75,7 +72,7 @@ body:
description: |
How can we get in touch with you if we need more info?
如果需要更多信息,我们如何与您取得联系?
placeholder: ex. email@example.com
placeholder: e.g. email@example.com
validations:
required: false
- type: checkboxes
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
description: |
Link to any documentation or examples that you are referencing.
链接到您正在引用的任何文档或示例。
placeholder: ex. https://example.com
placeholder: e.g. https://example.com
validations:
required: false
- type: textarea
Expand All @@ -42,7 +42,7 @@ body:
description: |
How can we get in touch with you if we need more info?
如果需要更多信息,我们如何与您取得联系?
placeholder: ex. email@example.com
placeholder: e.g. email@example.com
validations:
required: false
- type: checkboxes
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
description: |
How can we get in touch with you if we need more info?
如果需要更多信息,我们如何与您取得联系?
placeholder: ex. email@example.com
placeholder: e.g. email@example.com
validations:
required: false
- type: checkboxes
Expand Down
3 changes: 0 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ checkboxes and mark it with "[ ]" as "[X]".
- [ ] The PR doesn't duplicate another PR which is already open
<!-- 这个 PR 没有重复已经打开的另一个 PR -->

- [ ] `"closes #0000"` is in the body of the PR description to [link the related issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
<!-- `"closes #0000"` 在 PR 描述的正文中来[链接相关议题](https://docs.github.com/zh/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) -->

- [ ] New or changed code has been tested
<!-- 新的或更改的代码已测试 -->

Expand Down

0 comments on commit b61aa1b

Please sign in to comment.