chore: fix lint errors for shell scripts and yaml files

This commit is contained in:
tanzhenxin
2025-08-22 11:35:35 +08:00
parent 0ba0d27941
commit 0f3db5275f
11 changed files with 195 additions and 213 deletions

View File

@@ -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'