Skip to content

Commit

Permalink
chore: update issue templates (#243)
Browse files Browse the repository at this point in the history
# Rationale for this change

We should have templates to facilitate issue creation

# What changes are included in this PR?

A Feature, Bug, and Generic issue template are added.

# Are these changes tested?

NA
  • Loading branch information
iajoiner authored Oct 8, 2024
2 parents 990bdff + 07c45f9 commit d9e5522
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: JayWhite2357

---

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

**To Reproduce**
Please provide a minimal example of what causes the bug. This allows us to identify the root cause and fix it more quickly.

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

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

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

**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 about the feature request here.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/generic-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Generic Issue
about: This is a template for a generic issue.
title: ''
labels: ''
assignees: ''

---

# Background and Motivation
# Changes Required

0 comments on commit d9e5522

Please sign in to comment.