浏览代码

create issue template

Grégoire Paris 9 年之前
父节点
当前提交
409a1ddc0d
共有 1 个文件被更改,包括 23 次插入0 次删除
  1. 23 0
      .github/ISSUE_TEMPLATE.md

+ 23 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,23 @@
+Delete this sentence after you read the "Reporting bugs" paragraph from the
+"guidelines for contributing" link above.
+
+If you are reporting a bug, please try to fill in the following, otherwise
+remove it along with this sentence.
+
+| Question       | Answer
+|----------------|-------------------------------------------------------------
+| Bundle version | composer show --installed | grep sonata-project/admin-bundle
+| Symfony version| composer show --installed | grep symfony/symfony
+| php version    | php --version
+
+# Error message
+
+```
+Error message goes here
+```
+
+# Steps to reproduce
+
+# Expected results
+
+# Actual results