Migrate to using multiple issue templates.
The existing issue template tries to cover everything, and as a result it is a bit overwhelming. Using multiple issue templates trims the noise when you know what kind of issue you're submitting.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest a new feature or an improvement for an existing one.
|
||||
---
|
||||
|
||||
# Feature request
|
||||
<!--
|
||||
Thanks for sharing your idea!
|
||||
|
||||
Please fill out this template to provide us with the information we need
|
||||
to start working on your idea as quickly as possible :)
|
||||
|
||||
If you don't use the template, we may reject the issue.
|
||||
-->
|
||||
|
||||
**Short description**
|
||||
<!-- Pitch your idea in a few sentences. -->
|
||||
|
||||
We should have a way to do X with Y.
|
||||
|
||||
|
||||
**Implementation details**
|
||||
<!-- How would this work? Is it customizable? What does it affect? -->
|
||||
|
||||
A per-arena setting could make Z configurable.
|
||||
|
||||
|
||||
**Additional info**
|
||||
<!-- Is there anything else we need to know? -->
|
||||
Reference in New Issue
Block a user