From be4a3172f8af097376f972621b6a9b395aa4546d Mon Sep 17 00:00:00 2001 From: Janeth Date: Sun, 19 Jan 2020 21:38:42 +0530 Subject: [PATCH 1/3] Add issue_template.md file --- .github/issue_template.md | 17 +++++++++++++++++ 1 file changed, 17 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..8653430 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,17 @@ +## Prerequisites + +- [ ] Are you running the latest version? +- [ ] Are you reporting to the correct repository? + +### Category of the issue + - [ ] Bug report + - [ ] Feature request + +### What is the expected behaviour? + + +### What is the current behaviour? + + +### Please provide the steps need to be taken to fix this issue. + From e80c5ec24eb6279b18752c2162f0c4299c5f42d4 Mon Sep 17 00:00:00 2001 From: Janeth Date: Tue, 21 Jan 2020 08:01:19 +0530 Subject: [PATCH 2/3] Change issue template file name to all caps --- .github/{issue_template.md => ISSUE_TEMPLATE.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{issue_template.md => ISSUE_TEMPLATE.md} (100%) diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE.md From 65b6cc907d4da536403d5728ac41c0d4b043a946 Mon Sep 17 00:00:00 2001 From: Janeth Date: Sat, 25 Jan 2020 19:08:06 +0530 Subject: [PATCH 3/3] Fix codacy promped errors --- .github/ISSUE_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8653430..896bac1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,14 +4,14 @@ - [ ] Are you reporting to the correct repository? ### Category of the issue - - [ ] Bug report - - [ ] Feature request +- [ ] Bug report +- [ ] Feature request -### What is the expected behaviour? +### Explain the expected behaviour -### What is the current behaviour? +### Explain the current behaviour -### Please provide the steps need to be taken to fix this issue. +### Please provide the steps need to be taken to fix this issue