diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 05b22c8bc..f13262145 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,34 +1,36 @@ ---- -name: Bug report -about: This template is only for bug reports, use the forum for questions and feature requests. - ---- - - - - -### Actual behaviour - - - -### Expected behaviour - - - -### Steps to reproduce - - -### Screenshots - - - -### Logs - - -### Configuration - -- Kanboard version: -- Database type and version: -- PHP version: -- OS: -- Browser: +--- +name: Bug report +about: This template is only for bug reports +title: '' +labels: bug +assignees: '' + +--- + + + +### 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 000000000..dd6e258ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request +assignees: '' + +--- + +- [ ] I have read this document: https://docs.kanboard.org/en/latest/developer_guide/faq.html#why-are-you-not-developing-my-feature-request diff --git a/.github/ISSUE_TEMPLATE/installation-issue.md b/.github/ISSUE_TEMPLATE/installation-issue.md new file mode 100644 index 000000000..a3d2cdfc0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/installation-issue.md @@ -0,0 +1,12 @@ +--- +name: Installation Issue +about: Do you need help to install Kanboard? +title: '' +labels: installation issue +assignees: '' + +--- + +Use the forum instead -> https://kanboard.discourse.group/ + +https://docs.kanboard.org/en/latest/developer_guide/faq.html#why-did-you-close-my-question-on-the-bug-tracker diff --git a/.github/ISSUE_TEMPLATE/question---discussion.md b/.github/ISSUE_TEMPLATE/question---discussion.md new file mode 100644 index 000000000..feb693152 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question---discussion.md @@ -0,0 +1,14 @@ +--- +name: Question / Discussion +about: Open discussions +title: '' +labels: question / discussion +assignees: '' + +--- + +Don't use the bug tracker! + +Go to the forum -> https://kanboard.discourse.group/ + +https://docs.kanboard.org/en/latest/developer_guide/faq.html#why-did-you-close-my-question-on-the-bug-tracker