Skip to content

Commit

Permalink
Updated issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rob1997 authored Apr 14, 2024
1 parent b72cf64 commit 3bf132e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug
about: Create a bug report to fix
title: ''
labels: bug
assignees: ''

---

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

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

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

**Notes**
Any helpful additional context like notes, screenshots or logs that could help fix the bug.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature
about: Suggest an idea for this project
title: ''
labels: feature
assignees: ''

---

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

**Acceptance Criteria**
A clear and concise description/list of what you want to happen.

**Note**
Possible implementations for the solution or any other additional context.

0 comments on commit 3bf132e

Please sign in to comment.