I think this is a great idea. Can we only have a single issue template? I vaguely remember seeing a repo one time that allowed you to pick from a couple of different templates when submitting an issue.
@kevinbarabash Originally GitHub supported only one issue template, a markdown(.md) file at issue_template.md or .github/issue_template.md. Now, as you said, it is possible to create multiple issue templates by using template builder or putting multiple files in .github/ISSUE_TEMPLATE/
Cool. What do people think about having two issue templates: one for bug reports and one for feature requests? We also have "discussion" issues from time to time. Is there a way to bypass the template? If not maybe we should also have a "discussion" template.
Some suggestions for what to include in the bug-report template, off the top of my head:
katex.version -- I wonder if we should also add a \katex@version macro that can be used within KaTeX?).For feature requests, I'd suggest an explicit request for how you'd achieve the requested effect in regular LaTeX, if that's possible.
Is there a way to bypass the template?
If multiple issue templates exist, template selection page will be shown with open a regular issue button to bypass them:

Cool!
Most helpful comment
If multiple issue templates exist, template selection page will be shown with
open a regular issuebutton to bypass them: