Make issue template less text-heavy in comments, add documentation as option

This commit is contained in:
Justin W. Flory
2017-12-05 01:12:00 +01:00
committed by garbagemule
parent 39d72543fd
commit e85696138c
+17 -14
View File
@@ -10,8 +10,8 @@
# Summary # Summary
<!-- <!--
Choose the type of issue you are filing. You can choose one by typing [X] in Choose the type of issue you are filing. Pick one by typing [X] in any
one of the fields. For example, if a bug report, change the line below to field. For example, bug reports look like
[X] Bug report [X] Bug report
--> -->
@@ -19,29 +19,32 @@
* This issue is a… * This issue is a…
* [ ] Bug report * [ ] Bug report
* [ ] Feature request * [ ] Feature request
* [ ] Documentation request
* [ ] Other issue * [ ] Other issue
* [ ] Question <!-- Please read the wiki first! --> * [ ] Question
* **Describe the issue / feature in 1-2 sentences**: * **Describe the issue / feature in 1-2 sentences**:
# Background # Background
<!-- <!--
This section is very important! First, if you are filing a bug report, IF THIS IS A BUG REPORT:
DELETE the "Feature request" section. If it's a feature request, DELETE the
"Bug report".
If a bug report, make sure to include all info. This helps us see what * Delete the "Feature request" section
you're running and makes it easier to duplicate your problem. * Include all requested info
If a feature request, help us understand your idea. Be descriptive, but also
consider any other issues that could happen if it is added. Would it affect
other features of MobArena?
You can get some of this info by typing these commands in-game: You can get some of this info by typing these commands in-game:
/version MobArena: Get your MobArena plugin version /version MobArena: Get your MobArena plugin version
/version: Get your Bukkit/Spigot server version /version: Get your Bukkit/Spigot server version
/plugins: Get the plugins running on your server /plugins: Get the plugins running on your server
IF THIS IS A FEATURE REQUEST:
* Delete the "Bug report" section
* Be descriptive help us understand your idea
* Consider any issues that might happen if your idea is added
* Does it affect other features of MobArena?
--> -->
### Bug report ### Bug report
@@ -55,6 +58,7 @@
* **Feature type**: * **Feature type**:
* [ ] Arena configuration * [ ] Arena configuration
* [ ] Classes * [ ] Classes
* [ ] Documentation
* [ ] Economy integration * [ ] Economy integration
* [ ] Leaderboards * [ ] Leaderboards
* [ ] New config settings * [ ] New config settings
@@ -83,7 +87,6 @@
* **Stacktrace** (if applicable): * **Stacktrace** (if applicable):
<!-- <!--
Phew, all done! Thank you so much for filing a new issue! We'll try to get Phew, all done! Thanks for filing a new issue! We'll get back to you soon.
back to you soon.
--> -->