Added default issue templates

This commit is contained in:
Frikky
2020-06-04 09:02:04 +02:00
committed by GitHub
parent b9b3cd2e71
commit 9eabf0b0d5
2 changed files with 51 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
---
name: Bug report
about: Report a bug to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is. If you can't execute a workflow, or an app isn't being created, an app isn't being created etc, please add debug logs (see further down)
**To Reproduce**
Steps to reproduce the behavior:
1. Run installation '...'
2. Create workflow '...'
3. Click on '....'
...
**Expected behavior**
A description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
** Debug logs **
Run the following commands and paste them
```
docker logs shuffle-backend
docker ps -a
```
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.