From 69780d2e02110dcb05f200b6cb7f441ca527ec46 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 28 Mar 2016 17:43:23 +0300 Subject: [PATCH] Create issue_template.md Give bug / feature request reporters a template to fill out. --- .github/issue_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 00000000..45279799 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,20 @@ +## Expected or desired behavior + +Please describe the behavior you expected / want + +## Actual behavior + +Please describe the behavior you are actually seeing. + +For bug-reports, if applicable, include error messages, emacs stack +traces etc. Try to be as specific as possible - when do you see this +happening? Does it happen always? Sometimes? How often? + +## Steps to reproduce + +For bug-reports, please describe in as much details as possible how +one can reproduce the problem*. + +## Versions of mu, mu4e/emacs, operating system etc. + +## Any other detail