Update issue templates
This commit is contained in:
70
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
70
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -1,34 +1,36 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: This template is only for bug reports, use the forum for questions and feature requests.
|
||||
|
||||
---
|
||||
|
||||
<!-- Please, read the documentation: https://docs.kanboard.org/ -->
|
||||
<!-- Ask questions on the Forum: https://kanboard.discourse.group/ -->
|
||||
|
||||
### 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:
|
||||
---
|
||||
name: Bug report
|
||||
about: This template is only for bug reports
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please, read the documentation: https://docs.kanboard.org/ -->
|
||||
|
||||
### 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: <!-- provide exact version (not master) -->
|
||||
- Database type and version:
|
||||
- PHP version:
|
||||
- OS:
|
||||
- Browser:
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -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
|
||||
12
.github/ISSUE_TEMPLATE/installation-issue.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/installation-issue.md
vendored
Normal file
@@ -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
|
||||
14
.github/ISSUE_TEMPLATE/question---discussion.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/question---discussion.md
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user