From e29ff1893801462e60696195d10f15a3f8aa2920 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Mon, 12 Mar 2018 14:27:24 +0300 Subject: [PATCH] moved issue template --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ ISSUE_TEMPLATE.md | 13 ------------- 2 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..fd326bf68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +Please, submit only real issues. Use the forum for support, feature requests, proposals, new versions, help etc. https://akaunting.com/forum + +### Steps to reproduce the issue + + + +### Expected result + + + +### Actual result + + + +### System information (Akaunting, PHP versions) + + + +### Additional comments + + diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index efea0a045..000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -**Please, submit only real _issues_. Use the [forum](https://akaunting.com/forum) for support, feature requests, proposals, new versions, help etc.** - -| Q | A -| --- | --- -| Akaunting version | -| PHP version | - -### Steps to reproduce: -1. -2. - -### Screenshot of error: -Enable [debug](https://akaunting.com/docs/developer-manual/debug) and attach the screenshot.