SuperTux / supertux

SuperTux source code
https://supertux.org
GNU General Public License v3.0
2.5k stars 479 forks source link

Add GitHub issue forms #2934

Closed Vankata453 closed 4 months ago

Vankata453 commented 5 months ago

Adds GitHub issue forms for bug and crash reports, as well as feature requests.

The old ISSUE_TEMPLATE.md file was deleted, since blank issues are disabled (usage of forms is required).

tobbi commented 5 months ago

Graphics card information or driver?

Vankata453 commented 5 months ago

Graphics card information or driver?

That info is rarely needed, maybe we can ask under the issue for this, or other information if we need it?

tobbi commented 5 months ago

Okay, fine. We'd also have to adapt the crash reporter to this. You can supply the parameters on your own.

tobbi commented 5 months ago

I mean one-by-one using get parameters.

Vankata453 commented 5 months ago

Okay, fine. We'd also have to adapt the crash reporter to this. You can supply the parameters on your own.

Yeah, I already did that locally, but have yet to test it.