From cb435351b28311df248403c3a96c3ccc9080fafc Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 12 Jul 2016 11:13:19 -0400 Subject: [PATCH] updated issue template to add examples and remove checkboxes (since they were not being used correctly) --- .github/ISSUE_TEMPLATE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9550b2f8c1..cc592ac143 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,12 @@ Please include the following information when submitting a bug report/issue: -* [ ] NodeBB version and git hash (to find your git hash, execute `git rev-parse HEAD` from the main NodeBB directory) -* [ ] Exact steps to cause this issue -* [ ] What you expected -* [ ] What happened instead +* NodeBB version and git hash (to find your git hash, execute `git rev-parse HEAD` from the main NodeBB directory) +* Exact steps to cause this issue + 1. First I did this... + 2. Then, I clicked on this item... +* What you expected + * e.g. I expected *abc* to *xyz* +* What happened instead + * e.g. Instead, I got *zyx* and NodeBB set fire to my house Thank you! \ No newline at end of file