<Should GitHub Discussions allow multiple accepted answers for the same question?> #201130
-
Discussion TypeProduct Feedback Discussion ContentIn many technical discussions, different answers solve different aspects of the same problem. Currently, only one answer can be marked as accepted. Would it make sense to allow maintainers or the original author to mark multiple answers as accepted? This could help when: Different solutions work for different environments. Has GitHub considered this feature? |
Beta Was this translation helpful? Give feedback.
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.
-
|
I agree this would be a valuable addition to GitHub Discussions. When writing longer discussions, feature proposals, or detailed bug reports, it's common to pause and come back later. Unlike Issues and Pull Requests, Discussions currently don't provide a way to save work in progress, which increases the risk of losing content if the browser is closed, the session expires, or the page is accidentally refreshed. A draft feature could provide several benefits: Allow users to save unfinished discussions and continue editing later. Even an automatic local draft (similar to what many editors provide) would be a significant improvement, with optional cloud-synced drafts for users who work across multiple devices. Overall, I think draft support would make GitHub Discussions much more user-friendly, especially for repositories that rely heavily on Discussions for community engagement and knowledge sharing. |
Beta Was this translation helpful? Give feedback.
I agree this would be a valuable addition to GitHub Discussions.
When writing longer discussions, feature proposals, or detailed bug reports, it's common to pause and come back later. Unlike Issues and Pull Requests, Discussions currently don't provide a way to save work in progress, which increases the risk of losing content if the browser is closed, the session expires, or the page is accidentally refreshed.
A draft feature could provide several benefits:
Allow users to save unfinished discussions and continue editing later.
Encourage more detailed and thoughtful posts without worrying about losing progress.
Improve the experience for maintainers who often prepare announcements or docum…