isaacs / github

Just a place to track issues and feature requests that I have for github
2.21k stars 129 forks source link

Give repo owners the ability to "Approve" an answer to an Issue (just like on StackOverflow) #664

Open brock opened 8 years ago

brock commented 8 years ago

You could even go crazy and give both the repo owner and the person asking the Issue permission to mark it as approved. Like this:

brock commented 8 years ago

Inspiration for this idea was birthed here. In this example, the issue was opened in September of 2014. It was closed then re-opened. It is now closed. As of today (May 2016) there is still activity as recent as 8 hours ago.

Think how much time is lost scrubbing through this issue when an answer might be known by both parties.

jwerre commented 8 years ago

+1

cirosantilli commented 8 years ago

@jwerre please use the new +1 button feature instead of comments to avoid notifying people and have an automated upvote count ;-)

cirosantilli commented 8 years ago

Would also help: https://github.com/isaacs/github/issues/601

Prinzhorn commented 6 years ago

This is such an essential and basic feature. How often do you browse a closed issue (for example a feature request) and have to skim through 154 comments to find out:

  1. if is has been implemented or not
  2. In which release
  3. What the API looks like

I have to do this all the time. Instead of just marking a comment as the solution I propose that closing an issue also prompts for an optional summary/reason, which is then displayed at the top. It could answer all the questions above and also summarize the process that lead to it.