diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/Bug_report.md | 34 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/Feature_request.md | 8 |
2 files changed, 42 insertions, 0 deletions
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
+
+---
+
+<!-- Please, read the documentation: https://docs.kanboard.org/ -->
+<!-- Ask questions on the Forum: https://github.com/kanboard/forum/issues -->
+
+### Actual behaviour
+
+<!-- A clear and concise description of what the bug is. -->
+
+### Expected behaviour
+
+<!-- A clear and concise description of what you expected to happen. -->
+
+### Steps to reproduce
+
+
+### Screenshots
+
+<!-- If applicable, add screenshots to help explain your problem. -->
+
+### 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
+
+---
+
+<!-- Write a clear and concise description of your idea -->
+<!-- Do not forget that this project has very limited resources. Please, read https://docs.kanboard.org/en/latest/developer_guide/faq.html#why-are-you-not-developing-my-feature-request -->
|