Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
blank_issues_enabled: false
contact_links:
- name: GitHub Discussions
url: https://github.com/wshobson/agents/discussions
- name: Discussions
url: https://git.innoscout.pro/innoscoutpro/agents/issues
Comment on lines +4 to +5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The link name is 'Discussions', but the URL points to the issues tracker (/issues). If the Forgejo instance has the Discussions feature enabled, the URL should typically point to /discussions. If you intend to use the issue tracker for discussions, consider renaming the link to 'Issues' or 'Community Support' to avoid user confusion, as the destination page layout differs significantly from a discussion forum.

about: For questions, brainstorming, and general discussions about subagents
- name: Community Guidelines
url: https://github.com/wshobson/agents/blob/main/.github/CODE_OF_CONDUCT.md
url: https://git.innoscout.pro/innoscoutpro/agents/src/branch/main/.github/CODE_OF_CONDUCT.md
about: Read our Code of Conduct and community standards
- name: Contributing Guide
url: https://github.com/wshobson/agents/blob/main/.github/CONTRIBUTING.md
url: https://git.innoscout.pro/innoscoutpro/agents/src/branch/main/.github/CONTRIBUTING.md
about: Learn how to contribute effectively to this project
4 changes: 2 additions & 2 deletions .github/workflows/content-moderation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ jobs:
'- [ ] Consider blocking repeat offenders\n\n' +
'**Links:**\n' +
`- [View ${contentType} #${itemNumber}]` +
`(https://github.com/${context.repo.owner}/` +
`(https://git.innoscout.pro/${context.repo.owner}/` +
`${context.repo.repo}/` +
(contentType === 'issue' ? 'issues' : 'pull') +
(contentType === 'issue' ? 'issues' : 'pulls') +
`/${itemNumber})\n\n` +
'This alert was generated automatically by the ' +
'content moderation system.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- 📖 **[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
- 💬 **[Discussions](https://git.innoscout.pro/innoscoutpro/agents/issues)** - For questions and general discussion

## 🛡️ Community Values

Expand All @@ -55,7 +55,7 @@ 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)
- Join our [Discussions](https://git.innoscout.pro/innoscoutpro/agents/issues)

Thank you for helping make this project better! 🎉

Expand All @@ -70,7 +70,7 @@ jobs:

- 📖 **[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
- 💬 **[Discussions](https://git.innoscout.pro/innoscoutpro/agents/issues)** - For questions and general discussion

## 🛡️ Community Values

Expand All @@ -93,7 +93,7 @@ jobs:
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)
- Join our [Discussions](https://git.innoscout.pro/innoscoutpro/agents/issues)

Thank you for helping make this project better! 🎉

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/welcome-new-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
Our community standards and behavioral expectations
- 🤝 **[Contributing Guidelines](.github/CONTRIBUTING.md)** -
How to contribute effectively
- 💬 **[GitHub Discussions]**
(https://github.com/wshobson/agents/discussions)
- 💬 **[Discussions]**
(https://git.innoscout.pro/innoscoutpro/agents/issues)
- For questions and general discussion

## 🛡️ Community Values
Expand All @@ -62,7 +62,7 @@ jobs:
- Add any additional context if needed
- Respond to questions from maintainers
- Join our [Discussions] for questions
(https://github.com/wshobson/agents/discussions)
(https://git.innoscout.pro/innoscoutpro/agents/issues)

Thank you for helping make this project better! 🎉

Expand All @@ -83,8 +83,8 @@ jobs:
Our community standards and behavioral expectations
- 🤝 **[Contributing Guidelines](.github/CONTRIBUTING.md)** -
How to contribute effectively
- 💬 **[GitHub Discussions]**
(https://github.com/wshobson/agents/discussions)
- 💬 **[Discussions]**
(https://git.innoscout.pro/innoscoutpro/agents/issues)
- For questions and general discussion

## 🛡️ Community Values
Expand Down Expand Up @@ -112,6 +112,6 @@ jobs:
- Add any additional context about your changes
- Respond to feedback and questions from maintainers
- Join our [Discussions] for questions
(https://github.com/wshobson/agents/discussions)
(https://git.innoscout.pro/innoscoutpro/agents/issues)

Thank you for helping make this project better! 🎉
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ These subagents are automatically available when placed in `~/.claude/agents/` d

```bash
cd ~/.claude
git clone https://github.com/wshobson/agents.git
git clone https://git.innoscout.pro/innoscoutpro/agents.git
```

## Usage
Expand Down
Loading