Make issue templates
What kinds of issue templates do we need?
- [x] Bug
- [x] Proposal (should contain a link to the game design principles)
- [x] ~~Question (should link to "FAQ")~~
Question template that links to a FAQ?
FAQ in this case I guess would be a link to issues with the question label :P
Actually, I don't really want to encourage people to ask questions here on github. This isn't really the right place in my opinion.
You could differentiate between different bug types. Instead of having single bug category, you can have "crash", "graphical bug", "physics bug" etc. or whatever categories you think fit. There are two reasons, firstly to avoid complicated explanations inside the template with lots of alternatives, secondly to allow users to do more categorization work for you. I would advise to include checklists for basic stuff like "I searched issues" "I red guidelines" so that check list remains a part of the issue. For some of the bug types you would really want to get expected behavior and screenshots of whats wrong, for others it doesn't really make that much sense (eg. for crash)
I would advise to include checklists for basic stuff like "I searched issues" "I red guidelines" so that check list remains a part of the issue.
Yeah, I'm also not too happy with how the link is rendered. I think I'll have to take a look into issue template forms.
Something like could also be interesting to allow people to label it https://github.com/marketplace/actions/advanced-issue-labeler, e.g. we could make a list of checkboxes for each label.
Anyways, I think it's good enough for now.