Skip to content

Commit

Permalink
DOC: Add issue template (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Nov 24, 2024
1 parent e694d8c commit 015ebdf
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: '[🐛] - Your issue title'
labels: bug
---

## Describe the bug

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

## Step 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 (optional)

<!-- If applicable, provide screenshots to help explain your problem. -->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Documentation
about: Submit or fix the documentation
title: '[📖] - Your documentation title'
labels: documentation
---

**Describe the context**

<!-- Add the context here.-->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[🙏] - Your feature request title'
labels: enhancement
---

## Describe the request

<!-- A clear and concise description of any features you've requested. -->

## Additional context (optional)

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

0 comments on commit 015ebdf

Please sign in to comment.