Compare commits

...

1 commit

Author SHA1 Message Date
aca63430ec chore: add issue templates 2022-12-28 11:03:45 +00:00
2 changed files with 57 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/BUG_REPORT.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us improve
labels: 'bug'
---
## Description
<!-- Please add a detailed description of the issue you are having -->
## Expected Behaviour
<!-- Please describe the way you think this should work -->
## Actual Behaviour
<!-- Please describe the way it is currently working -->
## Steps to Reproduce the Problem
<!-- Please add all the steps you need to take to reproduce the issue -->
1)
2)

View file

@ -0,0 +1,33 @@
---
name: "\U0001F680 Feature request"
about: Suggest an idea for this project
labels: 'enhancement'
---
## Problem to solve
<!-- What is the user problem you are trying to solve with this issue? -->
## Proposal
<!--
Use this section to explain the feature and how it will work. It can be helpful
to add technical details and design proposals.
-->
## Further details
<!--
Include use cases, benefits, goals, or any other details that will help us
understand the problem better.
-->
## Links / References
<!-- Add any links or references to support this request. -->