Update issue templates

In reference to #730
This commit is contained in:
Angelos Chalaris
2018-09-24 22:42:05 +03:00
parent 680b3a3ac0
commit fcf2862ea6
4 changed files with 44 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
---
## Bug description
<!-- A clear and concise description of what the bug is. -->
## Steps to reproduce
<!-- Where did you encounter the bug/What code caused the bug to appear? -->
## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
## Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
## Environment
<!-- Provide some information about your OS, Browser or mobile device (if applicable). -->

7
.github/ISSUE_TEMPLATE/custom.md vendored Normal file
View File

@ -0,0 +1,7 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
---
## Description

8
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View File

@ -0,0 +1,8 @@
---
name: Discussion
about: Discuss something with us
---
## Description
<!-- A clear and concise description of what you want to discuss. -->

View File

@ -0,0 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
---
## Description
<!-- A clear and concise description of what you want to happen. -->
<!-- Provide sample code, useful information, possible solutions and examples whenever possible. -->