Copilot commented on code in PR #282: URL: https://github.com/apache/shiro-site/pull/282#discussion_r2746379012
########## src/site/content/issues.adoc: ########## @@ -7,20 +7,28 @@ :idprefix: :icons: font -Apache Shiro uses Atlassian Jira for tracking tasks, feature requests, bugs, and other issues related to the project development. +Apache Shiro uses https://github.com/apache/shiro/issues[GitHub Issues] for bug reports, feature requests, and task tracking. + +For questions, ideas, and community discussions, please use https://github.com/apache/shiro/discussions[GitHub Discussions]. Review Comment: The page metadata still says it uses Atlassian Jira (":jbake-description: ... using Atlassian Jira issue tracking system."), but the content now points users to GitHub Issues/Discussions. Please update the jbake description (and any other metadata on this page that mentions Jira as current) so SEO/page summaries aren’t misleading. ########## src/site/content/support.adoc: ########## @@ -10,8 +10,9 @@ The Shiro project offers support through its community of users, contributors, a We encourage everyone to participate and use the available community support tools below. +* https://github.com/apache/shiro/discussions[GitHub Discussions] - For questions, ideas, and community discussion +* https://github.com/apache/shiro/issues[GitHub Issues] - For bug reports and feature requests * link:troubleshooting.html[Troubleshooting & FAQ] * link:mailing-lists.html[Mailing Lists] * link:forums.html[Forums] -* link:issues.html[Issues and Bug Tracking] * link:commercial-support.html[Commercial Support] Review Comment: This change removes the link to the local `issues.html` page from the Support resources list. Since `issues.adoc` still exists and contains usage guidelines (and the new JIRA legacy notes), consider keeping an internal link to `issues.html` here (in addition to the direct GitHub links), or confirm that the page is discoverable elsewhere in the site navigation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
