Update issue templates
This commit is contained in:
parent
938d62aec7
commit
c1edd5b682
|
|
@ -1,34 +1,36 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: This template is only for bug reports, use the forum for questions and feature requests.
|
about: This template is only for bug reports
|
||||||
|
title: ''
|
||||||
---
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
<!-- Please, read the documentation: https://docs.kanboard.org/ -->
|
|
||||||
<!-- Ask questions on the Forum: https://kanboard.discourse.group/ -->
|
---
|
||||||
|
|
||||||
### Actual behaviour
|
<!-- Please, read the documentation: https://docs.kanboard.org/ -->
|
||||||
|
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
### Actual behaviour
|
||||||
|
|
||||||
### Expected behaviour
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
### Expected behaviour
|
||||||
|
|
||||||
### Steps to reproduce
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
### Screenshots
|
|
||||||
|
|
||||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
### Screenshots
|
||||||
|
|
||||||
### Logs
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
|
### Logs
|
||||||
### Configuration
|
|
||||||
|
|
||||||
- Kanboard version:
|
### Configuration
|
||||||
- Database type and version:
|
|
||||||
- PHP version:
|
- Kanboard version: <!-- provide exact version (not master) -->
|
||||||
- OS:
|
- Database type and version:
|
||||||
- Browser:
|
- PHP version:
|
||||||
|
- OS:
|
||||||
|
- Browser:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue