gh: add issue templates

This commit is contained in:
Henk Verlinde 2020-11-04 16:49:08 +01:00
parent 8f485f4852
commit d0eb72f754
2 changed files with 42 additions and 0 deletions

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

@ -0,0 +1,25 @@
---
name: "Bug report \U0001F41E"
about: Create a report to help us improve
---
## Description
Describe the issue that you're seeing.
### Steps to reproduce
Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue _much_ easier to diagnose (seriously).
### Expected result
What should happen?
### Actual result
What happened.
### Environment
Paste the information here as shown by `hyas info`

View File

@ -0,0 +1,17 @@
---
name: "Feature request \U0001F680"
about: Suggest an idea for Hyas
---
## Summary
Brief explanation of the feature.
### Basic example
Include a basic example or links here.
### Motivation
Why are we doing this? What use cases does it support? What is the expected outcome?