Skip to content

Commit

Permalink
Add issue templates for bugs and features
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h authored Apr 22, 2024
1 parent f39142c commit 9a442a4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: 0237h

---

<!--- Required, provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- Required, provide a detailed description of the expected behavior -->

## Current Behavior
<!--- Required, provide a detailed description of the current behavior -->

## How to reproduce
<!--- Required, please provide a checklist of steps to reproduce the bug -->

## Possible Solution
<!--- Optional, but you can suggest an idea for implementing a fix -->

## Screenshots
<!--- Optional, if applicable you can add screenshots to help explain your problem -->

## Environment
<!--- Required, please specify which version you are running as well as information about your environment -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature
assignees: 0237h

---

<!--- Required, provide a general summary of the feature in the Title above -->

## Detailed description
<!--- Required, provide a detailed description of the change or addition you are proposing -->

## Context
<!--- Required, why is this change important to you ? How would you use it ? How can it benefit other users ? -->

## Possible implementation
<!--- Optional, but suggest an idea for implementing addition or change -->

## Other alternatives
<!--- Optional, but suggest if this feature could be integrated in a different way or what could be subject to discussion -->

0 comments on commit 9a442a4

Please sign in to comment.