aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorJoseph Hirschfeld <[email protected]>2016-03-25 00:41:53 -0400
committerJoseph Hirschfeld <[email protected]>2016-03-25 17:11:17 -0400
commitf42ffda7a62155f68c1301f16b1826e6afcb9412 (patch)
tree4b4f8129cd774aa0da1b65e03380b48d5067f5f5 /.github
parentea12c4a7b785414a61409a6e3c431e7043839a2b (diff)
downloadPaper-f42ffda7a62155f68c1301f16b1826e6afcb9412.tar.gz
Paper-f42ffda7a62155f68c1301f16b1826e6afcb9412.zip
Add issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md58
1 files changed, 58 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..3a4ed0883c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,58 @@
+**The following are 'hard suggestions': if you have the information
+available to you, you really should put it in the report. Choose one of
+the following templates from below that best fits the issue you wish to
+report.**
+
+# Performance issue
+___This section should be used for any report regarding performance issues___
+
+### Timings or Profile link:
+___We ask that all timings/profiles are a link, not a screenshot. Screenshots inhibit our ability to figure out the real
+cause of the issue.___
+
+### Description of issue:
+___If applicable___
+
+### Plugin list:
+
+### bukkit.yml, spigot.yml, paper.yml, server.properties
+___Gist/pastebin/hastebin links___
+### Other helpful links
+___The more information we receive, the quicker and more effective we can be at finding the solution to the
+issue.___
+
+### Paper build number:
+___This can be found by running `/version` on your server. `latest` is not a proper version number; we require the output of `/version` so we can properly track down the issue.___
+# Incompatibility (Bug)
+
+### What behaviour is expected:
+___What you expected to see___
+### What behaviour is observed:
+___What you actually saw___
+### Steps/models to reproduce:
+___This may include a build schematic, a video, or detailed instructions to help reconstruct the issue___
+
+### Plugin list:
+___A list of your plugins___
+
+### Paper build number:
+___This can be found by running `/version` on your server. `latest` is not a proper version number; we require the output of `/version` so we can properly track down the issue.___
+
+# Crash, Stacktrace
+
+### Link/paste of stack trace
+
+ You can also simply just use code formatting in markdown!
+___We need all of the stack trace! Do not cut off parts of it.___
+
+### Plugin list:
+___A list of your plugins___
+### Actions to reproduce (if known):
+___This may include a build schematic, a video, or detailed instructions to help reconstruct the issue___
+
+### Paper build number:
+___This can be found by running `/version` on your server. `latest` is not a proper version number; we require the output of `/version` so we can properly track down the issue.___
+
+# Suggestion
+
+___We love suggestions! Suggestions are fairly unstructured, and will be treated as such___ \ No newline at end of file