chore: add issue templates
This commit is contained in:
parent
8b75c9b536
commit
3d8d55a146
2 changed files with 57 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal 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)
|
||||
33
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal 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. -->
|
||||
|
||||
Loading…
Reference in a new issue