add bug report template
This commit is contained in:
parent
ac1cdd2c9b
commit
c37fca3306
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
name: Bug report 🐞
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
name: Feature Request 💡
|
||||||
|
about: Suggest a new idea for the project.
|
||||||
|
labels: enhancement
|
||||||
|
---
|
||||||
|
## Summary
|
||||||
|
Brief explanation of the feature.
|
||||||
|
### Basic example
|
||||||
|
If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable.
|
||||||
|
### Motivation
|
||||||
|
Why are we doing this? What use cases does it support? What is the expected outcome?
|
Loading…
Reference in New Issue