Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Report a bug
title: ''
labels: bug
assignees: ''
---

## Bug Description

A clear description of what the bug is.

## Expected Behavior

What you expected to happen.

## Actual Behavior

What actually happened.

## Steps to Reproduce

1.
2.
3.

## Environment

- Version:
- Java version:
- OS:

## Additional Context

Any other relevant information.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Enhancement
about: Suggest an enhancement or new feature
title: ''
labels: enhancement
assignees: ''
---

## Enhancement Description

A clear description of the enhancement or feature you'd like to see.

## Use Case

Describe the use case or problem this enhancement would solve.

## Proposed Solution

Describe how you envision this working (if you have ideas).

## Additional Context

Any other relevant information.