Update issue templates

This commit is contained in:
Gunnsteinn Hall 2019-05-20 10:18:26 +00:00 committed by GitHub
parent 37d822bead
commit bc0edcb8dd
2 changed files with 44 additions and 0 deletions

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

@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
## Description
A clear and concise description of what the bug is.
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Attachments
Include a self-contained reproducible code snippet and PDF file that demonstrates the issue.

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.
**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.