docs: update issue/pr templates

This commit is contained in:
zhayujie
2026-06-01 11:10:12 +08:00
parent af2c839231
commit ce0249706e
3 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
> 💡 English is recommended so global developers can help. 【中文用户】推荐使用英文提交,谢谢 ❤️
> 💡 English is recommended so global developers can help. 推荐使用英文提交,谢谢 ❤️
- type: checkboxes
attributes:
label: Self check
@@ -40,7 +40,7 @@ body:
- type: textarea
attributes:
label: Logs
description: "Relevant logs from `nohup.out` (set `\"debug\": true` for more detail). ⚠️ Redact your API keys."
description: "Relevant logs from `run.log` (set `\"debug\": true` for more detail). ⚠️ Redact your API keys."
render: shell
validations:
required: false

View File

@@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
> 💡 English is recommended so global developers can help. 【中文用户】推荐使用英文提交,谢谢 ❤️
> 💡 English is recommended so global developers can help. 推荐使用英文提交,谢谢 ❤️
- type: checkboxes
attributes:
label: Self check
@@ -15,14 +15,14 @@ body:
required: true
- type: textarea
attributes:
label: What problem does this solve?
description: "The use case or pain point what are you trying to do, and what gets in the way?"
label: What's the problem?
description: "The pain point or what's not working for you right now."
validations:
required: true
- type: textarea
attributes:
label: Proposed solution
description: "What you'd like. Examples, sketches, or links welcome."
label: What would you like?
description: "How you'd expect it to work. Examples, sketches, or links welcome."
validations:
required: false
- type: checkboxes