We should use the improved version of Github Issue Templates as recommended by @andy5995 in #2063.
I have created a sample repository using almost the stock issue templates for bug reports and feature requests, except I adapted the version information section in the bug report template for our use.
https://github.com/codebrainz/geany-issue-template2/issues/new/choose
Please feel free to create issues there to test what it's like with the templates.
Concretely, this means adding a `.github/ISSUE_TEMPLATE` directory and then a Markdown file for each issue template in that directory. Github has some kind of web-based issue template editor/previewer, which is what I used to create the two templates using almost their default contents.
References: https://help.github.com/en/articles/about-issue-and-pull-request-templates https://help.github.com/en/articles/creating-issue-templates-for-your-reposi...
Supersedes #1647 and #2063.