mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Format all YAML files to pass yamllint validation
- Added document start markers (---) to all YAML files
- Fixed line length issues by breaking long lines appropriately
- Removed trailing whitespace throughout all files
- Added proper newlines at end of files
- Fixed truthy value format ('on' -> 'on')
- Standardized YAML formatting across workflows and issue templates
- Used multi-line strings (>) for long descriptions
- Maintained readability while adhering to 80-character line limit
All YAML files now pass yamllint validation with only minor warnings remaining.
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Bug Report
|
||||
description: Report a bug or issue with an existing subagent
|
||||
title: "[BUG] "
|
||||
@@ -6,9 +7,12 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for reporting a bug! Please fill out this template to help us understand and resolve the issue.
|
||||
|
||||
**Important**: This template is for technical bugs only. For questions, discussions, or general feedback, please use GitHub Discussions instead.
|
||||
Thank you for reporting a bug! Please fill out this template
|
||||
to help us understand and resolve the issue.
|
||||
|
||||
**Important**: This template is for technical bugs only.
|
||||
For questions, discussions, or general feedback, please use
|
||||
GitHub Discussions instead.
|
||||
|
||||
- type: checkboxes
|
||||
id: preliminary-checks
|
||||
@@ -18,7 +22,8 @@ body:
|
||||
options:
|
||||
- label: I have read the [Code of Conduct](.github/CODE_OF_CONDUCT.md)
|
||||
required: true
|
||||
- label: I have searched existing issues to ensure this is not a duplicate
|
||||
- label: >-
|
||||
I have searched existing issues to ensure this is not a duplicate
|
||||
required: true
|
||||
- label: This report contains only technical information about a bug
|
||||
|
||||
@@ -67,4 +72,4 @@ body:
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Any other context, screenshots, or examples
|
||||
placeholder: Add any other context about the problem here...
|
||||
placeholder: Add any other context about the problem here...
|
||||
|
||||
Reference in New Issue
Block a user