Skip to content

Commit

Permalink
docs: add issue_templates
Browse files Browse the repository at this point in the history
add bug_report & feature_request issue-templates
  • Loading branch information
Sunny-unik committed Dec 12, 2023
1 parent 807a701 commit 7e1e577
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATES/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
name: 🐛 Bug report
about: Create a bug report to help us improve
labels: bug
assignees: ''
---

# Description

<!--
A clear and concise description of what the bug is.
-->

## Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

## To reproduce

<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

## Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

## Environment

### Desktop

<!-- (please complete the following information) -->

<!--
- OS: [e.g. macOS, Windows]
- Browser [e.g. chrome, safari] -->

### Smartphone

<!-- (please complete the following information) -->

<!--
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari] -->

## [optional] Additional context

<!-- Add any other context about the problem here. -->

---

- [ ] You want to work on that issue
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATES/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: 🏗️ Feature request
about: Suggest an idea for this project
labels: enhancement, feature request
assignees: ''
---

# Description

<!-- Describe what is your feature -->

## Is your feature request related to a problem? Please describe

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

## Describe the solution you'd like

<!-- A clear and concise description of what you want to happen. -->

## [optional] Describe alternatives you've considered

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

## [optional] Additional context

<!-- Add any other context or screenshots about the feature request here. -->

---

- [ ] You want to work on that issue

0 comments on commit 7e1e577

Please sign in to comment.