Switch repository URLs from GitHub to Forgejo at git.innoscout.pro#1
Switch repository URLs from GitHub to Forgejo at git.innoscout.pro#1innoscoutpro wants to merge 1 commit into
Conversation
Update clone URL, issue template links, welcome workflow messages, and moderation alert URLs to point at the innoscoutpro/agents Forgejo instance. Links to unrelated upstream projects (wshobson/commands, anthropics/claude-code) remain on GitHub.
There was a problem hiding this comment.
👋 Welcome to the Claude Code Agents project,
@innoscoutpro!
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:
- 📖 Code of Conduct -
Our community standards and behavioral expectations - 🤝 Contributing Guidelines -
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:
- Hate speech, discrimination, or harassment
- Personal attacks or inflammatory language
- Spam, trolling, or off-topic content
- Any content that violates our Code of Conduct
✅ What Makes a Great Pull Request
For Pull Requests:
- Well-documented changes with clear descriptions
- Following existing code style and conventions
- Clear, descriptive commit messages
- Addressing a specific issue or improvement
- Including tests or examples where appropriate
🚀 Next Steps
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] for questions
(https://github.com/wshobson/agents/discussions)
Thank you for helping make this project better! 🎉
There was a problem hiding this comment.
Code Review
This pull request updates repository URLs and documentation links to point to a self-hosted Forgejo instance. A review comment identifies a discrepancy in the issue template configuration where the 'Discussions' link incorrectly points to the issue tracker, which could cause user confusion.
| - name: Discussions | ||
| url: https://git.innoscout.pro/innoscoutpro/agents/issues |
There was a problem hiding this comment.
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.
Update clone URL, issue template links, welcome workflow messages,
and moderation alert URLs to point at the innoscoutpro/agents
Forgejo instance. Links to unrelated upstream projects (wshobson/commands,
anthropics/claude-code) remain on GitHub.