From 6110986ccab298a34867704e252dbff2a4c27ef4 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Sun, 22 Jan 2017 14:49:34 +0100 Subject: [PATCH] added issue_template --- .github/ISSUE_TEMPLATE | 7 ------- ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE create mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 254f336..0000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,7 +0,0 @@ -*** Please read the wiki and browse the Issues section first. If you can't find a solution there, then go ahead. *** - -### Output of `awesome -v` and `lua -v`. - -### Expected behavior and actual behavior. - -### Steps to reproduce the problem (optionally with screenshots). diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4de98f2 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ + +If you have an issue +-------------------- + +**Please read the wiki and browse the Issues section first**. If you can't find a solution there, then go ahead. + +### Output of `awesome -v` and `lua -v`. + +### Expected behavior and actual behavior. + +### Steps to reproduce the problem. + + +If you have a new feature or theme request +------------------------------------------ + +### Screenshots and/or mockups of the desired design. + +### Detailed description.