summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-05-03 13:30:47 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-05-03 13:31:40 -0700
commit511ecda8fdd05df4756fffdd1a08b5750cd68611 (patch)
treef8fbb44a4a414d04900411261e169f8df46d25ea /.github
parentfa90a294906454a15d17cc1c374eeda73640c350 (diff)
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md34
-rw-r--r--.github/ISSUE_TEMPLATE/Feature_request.md8
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 -->