OSDN Git Service

Add issue template
authorAntoine Pous <gecko@dvp.io>
Sat, 18 Mar 2017 10:46:15 +0000 (11:46 +0100)
committerAntoine Pous <gecko@dvp.io>
Sat, 18 Mar 2017 11:42:28 +0000 (12:42 +0100)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..f1be3d3
--- /dev/null
@@ -0,0 +1,13 @@
+Please include the following information when submitting a bug report/issue:
+
+* PHPRouter version
+* PHP version (e.g. PHP 5.6, HHVM 3):
+* Exact steps to cause this issue
+    1. First I did this...
+    2. Then...
+* What you expected
+    * e.g. I expected *abc* to *xyz*
+* What happened instead
+    * e.g. Instead, I got *zyx* and PHPRouter burn my server
+
+Thank you!
\ No newline at end of file