Update issue templates
This commit is contained in:
parent
938d62aec7
commit
c1edd5b682
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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