-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/website: add bug filing wizard #11695
Comments
The front end could also use some kind of matching algorithm to find On 13 July 2015 at 11:23, Brad Fitzpatrick notifications@github.com wrote:
|
This sounds great. The front end could also guide users to ask questions on golang-nuts instead of filing issues. (The bot that finds bugs filed directly to GitHub should probably also provide that hint.) |
This seems like an obviously good idea. Go for it. (Make sure the app only asks for public_repo.) |
Is this something we still want? Since October, we got GitHub issue templates. |
I think it could still be helpful. |
I think it would still be a nice thing to have. On 28 June 2016 at 08:36, Chris Broadfoot notifications@github.com wrote:
|
If someone wants to tackle this, go ahead. |
@andybons would be the person to talk to at this point. It seems to me that the combination of github issue templates and Leaving for @andybons |
Is there a PR Gateway Issue I should review, and potentially work on, instead? |
@SCKelemen the relevant issue for PR to Gerrit import is #18517. I’m working on an initial design document for that. Will update the bug with that once it’s in a good state. |
@andybons is this ticket is going to be abandoned? |
Not at the moment, no. There are questions I have about discoverability, though. How would we get people to actually use it? Can the current issues with bug reports be solved with more automation like gopherbot? I’m also going to echo Russ’s comment about the incremental benefit. We have a lot on our plate so we can’t guarantee that the Go team at Google would take ownership should it be built. If someone wants to start on a design for this, we are happy to consult, but I would outline the work to be done in this bug (or a google doc) before moving forward. We built GerritBot to meet users where they were (GitHub PRs over Gerrit for CL creation). Building a tool to move them away from here for bugs seems like the opposite direction to take. Please excuse my rambling. I think you get the gist of what I’m saying, though :) |
Given that Github now has:
perhaps let's revisit if we need to anything more here or rather leaving any remaining work to Github to implement. |
i suppose github's issue forms fill the role now. |
@adg and I were discussing putting a little web app up in front of Github's actual issue tracker, to get better bug reports from users.
The old code.google.com bug tracker let us present different types of users (project owners/developers vs. users) different types of templates. Github has nothing. As a result, we get some pretty incomplete bug reports.
Proposal:
@adg also proposed baking some bug-filing capabilities into the
go
command, but the details of that are fuzzy and would be the subject of a separate bug. Let's not discuss that part here./cc @robpike @rsc
The text was updated successfully, but these errors were encountered: