Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharybonagura authored Dec 17, 2024
1 parent de8293b commit 1f69e1c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve.
title: "[BUG] <description>"
labels: ''
assignees: ''

---

**Description**
A clear and concise description of what the bug is.

**Steps to Reproduce**
Steps to reproduce the behavior:

**Expected Behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Enhancement request
about: Improve an already-existing feature.
title: "[ENHANCEMENT] <description>"
labels: ''
assignees: ''

---

**Describe the current behavior of what you're trying to improve. If your enhancement request related to a problem, please also describe the problem.**
A clear and concise description of what the current behavior and problem.

**Describe the improvement you'd like**
A clear and concise description of what you would like to be enhanced.

**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.

0 comments on commit 1f69e1c

Please sign in to comment.