소스 검색

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