mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
chore: fix lint errors for shell scripts and yaml files
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Bug Report
|
||||
description: Report a bug to help us improve Qwen Code
|
||||
name: 'Bug Report'
|
||||
description: 'Report a bug to help us improve Qwen Code'
|
||||
labels: ['kind/bug', 'status/need-triage']
|
||||
body:
|
||||
- type: 'markdown'
|
||||
@@ -28,8 +28,8 @@ body:
|
||||
- type: 'textarea'
|
||||
id: 'info'
|
||||
attributes:
|
||||
label: Client information
|
||||
description: Please paste the full text from the `/about` command run from Qwen Code. Also include which platform (macOS, Windows, Linux).
|
||||
label: 'Client information'
|
||||
description: 'Please paste the full text from the `/about` command run from Qwen Code. Also include which platform (macOS, Windows, Linux).'
|
||||
value: |
|
||||
<details>
|
||||
|
||||
@@ -45,8 +45,8 @@ body:
|
||||
- type: 'textarea'
|
||||
id: 'login-info'
|
||||
attributes:
|
||||
label: Login information
|
||||
description: Describe how you are logging in (e.g., API Config).
|
||||
label: 'Login information'
|
||||
description: 'Describe how you are logging in (e.g., API Config).'
|
||||
|
||||
- type: 'textarea'
|
||||
id: 'additional-context'
|
||||
|
||||
Reference in New Issue
Block a user