Settlers4Modding / CommunityPatchLauncher

This is the tool for patching Settlers 4 History Edition to the most recent community patch level. It also helps you switching between the different versions of the game.
MIT License
4 stars 0 forks source link

[FEATURE] Add report issue #89

Open XanatosX opened 3 years ago

XanatosX commented 3 years ago

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.

XanatosX commented 3 years ago

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