Search code examples
githubgithub-pagesgithub-api

How to submit website feedback to GitHub?


I want to make a page on my website containing the information form for the bug they faced while using the website and web application.
Then I want to show those feedback to my private GitHub repository, so that I can keep track of all the bugs and work on fixing them.

Is there any GitHub API for this purpose?


Solution

  • Well, https://github.com/tan-tan-kanarek/github-php-client this worked like a charm for me. In my scenario, I was working in phalcon framework and I used this API to submit issue to a private GitHub repository. Authentication is pretty simple in this API .