I'd like my program to let the users easily file bugs with as much useful information for me as it relates to their issue.
When the user clicks the "report a bug" menu, a browser will open at, say, github.com/noamraph/dreampie/issues/new with info about their environment pre-filled.
Is it possible to do this through GitHub?
https://support.github.com/contact/feedback.
Use GitHub Issues to track ideas, feedback, tasks, or bugs for work on GitHub.
On GitHub.com, navigate to the main page of the repository. Under your repository name, click Issues. In the list of issues, click the issue that you'd like to link a pull request or branch to.
You can use the query vars to do this.
https://github.com/isaacs/github/issues/new?title=foo&body=bar
This is possible and you can even have your users file the bug right from your application if you want to make use of the GitHub API.
Instead of opening a new tab or window, have it open up within your own application and send it through that, collecting the necessary details and logdump generated.
Via the GitHub API you can create an issue and pre-fill the title and body with what you need to know.
Then, capture the response back from a successful creation and notify yourself. Or check out the Issues tab on your repo as normal after it's created.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With