schneidmaster / gitreports.com

Git Reports is a free service that lets you set up a stable URL for anonymous users to submit bugs and other Issues to your GitHub repositories.
MIT License
134 stars 26 forks source link

Provide API for autosubmission from apps (with repo-specific key) and dedup #126

Closed Sophist-UK closed 6 years ago

Sophist-UK commented 6 years ago

Allow apps to automatically submit error reports.

Will need some sort of key to replace CAPTCHA, and functionality to avoid duplicated issues.

schneidmaster commented 6 years ago

I think this is definitely outside the scope of Git Reports. Users should just use the github API directly to automatically create issues; I don't think Git Reports can add anything by proxying a stripped-down version.

Sophist-UK commented 6 years ago

Fair enough.