chore: add issue template

This commit is contained in:
Lakhan Samani 2021-08-09 13:13:55 +05:30
parent 2ccf872291
commit 62eff0797f
2 changed files with 60 additions and 0 deletions

37
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Version:** x.y.z
<!-- Check whether this is still an issue in the most recent stable version -->
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
**Steps To Reproduce**
<!-- Whenever possible, please share a hosted codesandbox.io / heroku demo showing the issue. -->
**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):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Additional context**
<!-- Add any other context about the problem here. e.g. browser logs, stacktrace, a related issue, or anything else that may be relevant. -->

View File

@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea or enhancement for this project
title: ''
labels: enhancement
assignees: ''
---
**Feature Description**
<!-- A clear and concise description of what the feature you are expecting. -->
**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->