mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
chore: fix lint errors for shell scripts and yaml files
This commit is contained in:
parent
0ba0d27941
commit
0f3db5275f
11 changed files with 195 additions and 213 deletions
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue