I want to create a feedback box for my website for beta testing. I don’t even know if this is possible but is there a way to open issues on github with a script. I’ve never done anything like this before so I want to check if it’s possible. Basically, when a user reports a bug I want to run a script to automatically open an issue.
I am running Linux btw.
Thanks
Yes it’s possible. Github has official developers API. Here’s the part about creating issues. As most others API, it will need you to get access token, to b able make calls to this API, so if you are not familiar with web api’s, it’s better to dive in this from the first topic on that page.