Update issue templates

This commit is contained in:
Iwo Herka 2018-08-03 12:23:52 +00:00
parent d520b6c474
commit 4d8a2044ff
2 changed files with 39 additions and 8 deletions

31
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
---
Provide a general summary of the issue in the title above.
## Expected Behavior
Tell us what should happen.
## Actual Behavior
Tell us what happens instead.
## Possible Fix
Not obligatory, but you can suggest a fix or reason for the bug.
## Steps to Reproduce
This is not required, but it would be highly appreciated if you
provided a link to a live example, or an unambiguous set of steps to
reproduce this bug. Include code to reproduce, if relevant.
## Your Environment
Include relevant details about the environment you experienced the bug in.
* Version used:
* Environment name and version (e.g. Django 2.0.4, pip 9.0.1):
* Operating System and version:
* Link to your project (if applicable):

View file

@ -4,14 +4,14 @@ about: Suggest an idea for this project
---
**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 [...]
Provide a general summary of the issue in the title above.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
## Detailed Description
Provide a description of the change or addition you are proposing.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
## Context
Why is this change important to you? How would you use it?
How can it benefit other users?
**Additional context**
Add any other context or screenshots about the feature request here.
## Possible Implementation
Not obligatory, but you may suggest an idea for implementing addition or change.