From 511ecda8fdd05df4756fffdd1a08b5750cd68611 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 3 May 2018 13:30:47 -0700 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 34 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 8 ++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..619f6499 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: This template is only for bug reports + +--- + + + + +### Actual behaviour + + + +### Expected behaviour + + + +### Steps to reproduce + + +### Screenshots + + + +### Logs + + +### Configuration + +- Kanboard version: +- Database type and version: +- PHP version: +- OS: +- Browser: diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..ee86dcc9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,8 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + + + -- cgit v1.2.3