Update issue templates

This commit is contained in:
Alexa Amundson
2025-11-23 16:23:41 -06:00
committed by GitHub
parent 66eb2d2765
commit 5f744fd79f
2 changed files with 52 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Title**
Provide a concise title for your bug.
**Description**
Describe the bug in detail.
**Reproduction Steps**
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
**Expected Behaviour**
Describe what you expected to happen.
**Additional Context**
Add any other context or screenshots that might help.

View File

@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Title**
Provide a concise title for your feature request.
**Description**
Describe the feature you are proposing.
**Reproduction Steps**
Steps to demonstrate how the feature would be used or how the current issue arises:
1. ...
2. ...
3. ...
**Expected Behaviour**
Describe what you expect to happen once the feature is implemented.
**Additional Context**
Add any other context or screenshots that might help.