Update issue templates

This commit is contained in:
Marko Bocevski 2020-09-23 08:51:51 +02:00 committed by GitHub
parent a4de7f7f23
commit 2791eb2545
2 changed files with 41 additions and 0 deletions

21
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Docker images affected**
1. CKAN 2.8
2. CKAN 2.9
**Expected behaviour**
A clear and concise description of what you expected to happen.
**Logs**
If applicable, add logs to help explain your problem.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
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 about the feature request here.