Does anyone know of an easy way to embed the list of issues with a specific tag from github onto a website?
This is to embed a list of open bugs on a project website.
You would need to make a query (as in "Embedding Github's bug tracker within a website for the users to report directly from within the website").
Then you would generate the html section of your website page which would display the result of that query.
That would use the GitHub API on Issues
GET /user/issues
Use your account, or an account which sees only the repo(s) you want to list the issues from.
And you can specify the labels
labels
string: A list of comma separated label names. Example:bug,ui,@high