[chore] Add issue templates

pull/1538/head
Arjun Mahishi 2024-02-19 10:33:44 +05:30 committed by GitHub
parent 14ffa908e6
commit 5ed61202ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 44 additions and 0 deletions

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

@ -0,0 +1,22 @@
---
name: Bug report
about: Format to report a bug
title: ''
labels: bug
assignees: ''
---
<!-- if this is a question, consider using the discussion section of this repo -->
**Describe the bug**
<!-- a detailed description of the bug -->
**To Reproduce**
<!-- Steps to reproduce the behavior -->
**Expected behavior**
<!-- A clear and concise description of what you expected to happen -->
**Screenshots/Snippets**
<!-- If applicable, add screenshots or code snippets to help explain your problem -->

View File

@ -0,0 +1,22 @@
---
name: Feature request
about: Propose a new feature
title: ''
labels: enhancement
assignees: ''
---
<!-- if this is a question, consider using the discussion section of this repo -->
**Description**
<!-- A clear and concise description of what feature you are proposing -->
**Proposed solution**
<!-- A clear and concise description of what you want to happen -->
**Use case**
<!-- A clear and concise description of any alternative solutions or features you've considered -->
**Any additional context**
<!-- Add any other context or screenshots about the feature request here -->