mirror of https://github.com/itflow-org/itflow
Update issue templates
As discussed, feature requests & support should go to the forum leaving GitHub for actual issues/bugs with the code. Related to #338
This commit is contained in:
parent
bb1dfef2e4
commit
cbcb31a705
|
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Something not working quite right? Create a report to help us improve!
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**Can you reproduce this on the demo at demo.itflow.org**
|
||||||
|
Yes/No/NA
|
||||||
|
|
||||||
|
**Are you on the latest available version of ITFlow, with an up-to-date database structure?**
|
||||||
|
Yes/No
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen, if not obvious.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Please discuss new features on the Forum @ https://forum.itflow.org/t/features
|
||||||
|
title: ''
|
||||||
|
labels: Support
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please discuss feature requests on the forum @ https://forum.itflow.org/t/features - Thanks :)
|
||||||
|
|
||||||
|
New feature requests here will be closed.
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
name: Support
|
||||||
|
about: Please visit the Forum or Discord for support
|
||||||
|
title: ''
|
||||||
|
labels: Support
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please visit the Forum or Discord for support
|
||||||
|
|
||||||
|
Forum - https://forum.itflow.org/
|
||||||
|
|
||||||
|
Discord - https://discord.gg/ZjCcBzTUDr
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
|
To discuss a security issue, please see: https://i.imgur.com/P03o0Sy.png
|
||||||
Loading…
Reference in New Issue