Settlers4Modding/CommunityPatchLauncher

[FEATURE] Add report issue

Opened this issue · 1 comments

Instead of the current report bug button which forwards to GitHub we should implement a form to send it directly from the application.

Should be done via Octokit which is already a dependency. Beat case would be via OAuth.

Not sure how we could authenticate against the github api. It should be done via OAuth but this would force us to save a secret into the code without showing it to the public ...

https://github.com/octokit/octokit.net/blob/main/docs/oauth-flow.md