Skip to content

proposal: add new Question? label to issue tracker #23745

Closed
@bradfitz

Description

@bradfitz

Go doesn't currently allow questions on our GitHub issue tracker.

If we get a question, we reply with a link to https://golang.org/wiki/Questions in some stock answer explaining that Go is unlike some projects on GitHub that use their issue tracker as a forum and users should use a mailing list or slack or the Discourse web forum.

It's pretty sad to turn all those users away, though.

I've been thinking that we should just maybe start to allow the questions. We can automate away the email annoyance spam with bots pushing the Subscribe/Unsubscribe button automatically (for those who want the ~firehose minus questions) based on heuristics and labels (the community can label the issues as "Question").

What really drove this home was this same exchange happening to me recently in a non-Go project. I had filed a feature request bug with a project with a proposed way to implement it, and I was told to go away to a forum, where it rotted unseen & untracked.

The nice thing about questions in issue trackers is that they can be closed when they're resolved and you can search for open questions. That doesn't happen in forums.

I still don't think we'd want to promote the issue tracker as the canonical forum for questions, but I also think we should consider not turning people away who end up there.

Doing this, combined with #18517 (accept GitHub PRs), which @andybons has recently completed, seems like it'd make us a more welcoming project.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions