From b1912859308faf4df76d768fcc3cd79a83558490 Mon Sep 17 00:00:00 2001 From: Patrik Karisch Date: Mon, 7 Mar 2016 00:51:04 +0100 Subject: [PATCH] Add a meaningful issue template --- .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..9899b3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +| Q | A +| ------------ | --- +| Bug? | no +| Version Used | Specific tag or commit sha +| New Feature? | no + +#### Expected Behavior + +What is the behavior you expect? + +#### Actual Behavior + +How does Sulu behave at the moment? + +#### Steps to Reproduce + +What are the steps to reproduce this bug? Please add code examples, +screenshots or links to GitHub repositories that reproduce the problem. + +#### Possible Solutions + +If you have already ideas how to solve the issue, add them here. +Otherwise remove this section.