From 8ac0e29d12501f772f85d6d55c5700888c508e88 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 9 Jul 2016 19:18:02 +0200 Subject: [PATCH] Add an ISSUE_TEMPLATE.md file (#997) I'm not good with these, but we have to start somewhere. Feel free to extend with own ideas. The main point for me here is to ask for the output of `awesome --version`. Signed-off-by: Uli Schlachter --- ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..53527063a --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +Output of `awesome --version`: + +_REPLACE with full version output_ + +**How to reproduce the issue:** + +_REPLACE with step-by-step instructions on what to do_ + +**Actual result:** + +_REPLACE with what happened_ + +**Expected result:** + +_REPLACE with what should happen_