Discussions should be "found" (url redirect) at org/repo/discussions
#188417
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This is a great suggestion and makes a lot of sense from a URL GitHub already follows this pattern in other areas — for example, A simple redirect from {org}/{repo}/discussions →
As it stands, if someone only knows the org and repo name, there's no +1 for this. Would be a small but meaningful quality-of-life |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion Type
Product Feedback
Discussion Content
GitHub has a longstanding history of doing generally good things with URL structure.
Given a
org/reporoot, I can get issues, pulls, wiki, and even known paths to raw files within the repo.Given that Discussions are an organization-level concept, and that the Org's discussion serves as the discussion for all repos in the organization, it would seem reasonable for
{org}/{repo}/discussionsto redirect to the https://github.com/orgs/{org}/discussions. That way any client can navigate to a repository's organization's discussions; just by knowing the org slug and repo name.For more context: github already exposes the discussions at
{org}/{repo}/discussions, but only for one repo. This does not make any sense if the Discussions are intended to be tied to an Organization. All repos under that organization should support the same link:{org}/{repo}/discussionsand redirect to the canonical org discussions.Beta Was this translation helpful? Give feedback.
All reactions