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:
65
.github/workflows/welcome-new-contributors.yml
vendored
65
.github/workflows/welcome-new-contributors.yml
vendored
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Welcome New Contributors
|
||||
|
||||
on:
|
||||
'on':
|
||||
issues:
|
||||
types: [opened]
|
||||
pull_request_target:
|
||||
@@ -12,30 +13,38 @@ jobs:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Welcome first-time contributors
|
||||
uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: |
|
||||
👋 **Welcome to the Claude Code Agents project, @${{ github.actor }}!**
|
||||
👋 **Welcome to the Claude Code Agents project,
|
||||
@${{ github.actor }}!**
|
||||
|
||||
Thank you for opening your first issue! We appreciate your interest in contributing to our collection of specialized subagents.
|
||||
Thank you for opening your first issue! We appreciate your
|
||||
interest in contributing to our collection of specialized
|
||||
subagents.
|
||||
|
||||
## 📋 Community Guidelines
|
||||
|
||||
Before we proceed, please take a moment to review our community standards:
|
||||
Before we proceed, please take a moment to review our
|
||||
community standards:
|
||||
|
||||
- 📖 **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** - Our community standards and behavioral expectations
|
||||
- 🤝 **[Contributing Guidelines](.github/CONTRIBUTING.md)** - How to contribute effectively
|
||||
- 💬 **[GitHub Discussions](https://github.com/wshobson/agents/discussions)** - For questions and general discussion
|
||||
- 📖 **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** -
|
||||
Our community standards and behavioral expectations
|
||||
- 🤝 **[Contributing Guidelines](.github/CONTRIBUTING.md)** -
|
||||
How to contribute effectively
|
||||
- 💬 **[GitHub Discussions]**
|
||||
(https://github.com/wshobson/agents/discussions)
|
||||
- For questions and general discussion
|
||||
|
||||
## 🛡️ Community Values
|
||||
|
||||
We maintain a **respectful, inclusive, and professional environment**. Our community does not tolerate:
|
||||
We maintain a **respectful, inclusive, and professional
|
||||
environment**. Our community does not tolerate:
|
||||
- Hate speech, discrimination, or harassment
|
||||
- Personal attacks or inflammatory language
|
||||
- Personal attacks or inflammatory language
|
||||
- Spam, trolling, or off-topic content
|
||||
- Any content that violates our Code of Conduct
|
||||
|
||||
@@ -52,28 +61,38 @@ jobs:
|
||||
A maintainer will review your issue soon. Please feel free to:
|
||||
- Add any additional context if needed
|
||||
- Respond to questions from maintainers
|
||||
- Join our [Discussions](https://github.com/wshobson/agents/discussions) for general questions
|
||||
- Join our [Discussions] for questions
|
||||
(https://github.com/wshobson/agents/discussions)
|
||||
|
||||
Thank you for helping make this project better! 🎉
|
||||
|
||||
pr-message: |
|
||||
👋 **Welcome to the Claude Code Agents project, @${{ github.actor }}!**
|
||||
👋 **Welcome to the Claude Code Agents project,
|
||||
@${{ github.actor }}!**
|
||||
|
||||
Thank you for opening your first pull request! We appreciate your interest in contributing to our collection of specialized subagents.
|
||||
Thank you for opening your first pull request! We appreciate
|
||||
your interest in contributing to our collection of specialized
|
||||
subagents.
|
||||
|
||||
## 📋 Community Guidelines
|
||||
|
||||
Before we proceed, please take a moment to review our community standards:
|
||||
Before we proceed, please take a moment to review our
|
||||
community standards:
|
||||
|
||||
- 📖 **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** - Our community standards and behavioral expectations
|
||||
- 🤝 **[Contributing Guidelines](.github/CONTRIBUTING.md)** - How to contribute effectively
|
||||
- 💬 **[GitHub Discussions](https://github.com/wshobson/agents/discussions)** - For questions and general discussion
|
||||
- 📖 **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** -
|
||||
Our community standards and behavioral expectations
|
||||
- 🤝 **[Contributing Guidelines](.github/CONTRIBUTING.md)** -
|
||||
How to contribute effectively
|
||||
- 💬 **[GitHub Discussions]**
|
||||
(https://github.com/wshobson/agents/discussions)
|
||||
- For questions and general discussion
|
||||
|
||||
## 🛡️ Community Values
|
||||
|
||||
We maintain a **respectful, inclusive, and professional environment**. Our community does not tolerate:
|
||||
We maintain a **respectful, inclusive, and professional
|
||||
environment**. Our community does not tolerate:
|
||||
- Hate speech, discrimination, or harassment
|
||||
- Personal attacks or inflammatory language
|
||||
- Personal attacks or inflammatory language
|
||||
- Spam, trolling, or off-topic content
|
||||
- Any content that violates our Code of Conduct
|
||||
|
||||
@@ -88,9 +107,11 @@ jobs:
|
||||
|
||||
## 🚀 Next Steps
|
||||
|
||||
A maintainer will review your pull request soon. Please feel free to:
|
||||
A maintainer will review your pull request soon.
|
||||
Please feel free to:
|
||||
- Add any additional context about your changes
|
||||
- Respond to feedback and questions from maintainers
|
||||
- Join our [Discussions](https://github.com/wshobson/agents/discussions) for general questions
|
||||
- Join our [Discussions] for questions
|
||||
(https://github.com/wshobson/agents/discussions)
|
||||
|
||||
Thank you for helping make this project better! 🎉
|
||||
Thank you for helping make this project better! 🎉
|
||||
|
||||
Reference in New Issue
Block a user