Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: issue templates update for github #3544

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/00-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ body:
attributes:
value: |
Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem.

The issue title uses the format of the package name goes before the colon. Thanks!

标题使用包名在冒号前的格式!谢谢!

- type: input
id: go-version
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/01-enhance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ body:
attributes:
value: |
Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem.

The issue title uses the format of the package name goes before the colon. Thanks!

标题使用包名在冒号前的格式!谢谢!

- type: textarea
id: description
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ body:
attributes:
value: |
Thanks for helping us improve! 🙏 Please answer these questions and provide as much information as possible about your problem.

The issue title uses the format of the package name goes before the colon. Thanks!

标题使用包名在冒号前的格式!谢谢!

- type: dropdown
id: is-problem
Expand Down
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/03-question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ labels:
- question

body:
- type: markdown
attributes:
value: |
Please read the document carefully. 请先仔细阅读文档

The issue title uses the format of the package name goes before the colon. Thanks!

标题使用包名在冒号前的格式!谢谢!

- type: textarea
id: ask
attributes:
label: "What do you want to ask?"
description: "Please read the document carefully. 请先仔细阅读文档"
description: "Please describe the details of your questions. 请详细描述你的问题。"
validations:
required: true
Loading