From 996761736eb74adbe6e488e822a5d058d05d6d40 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 29 Sep 2025 18:16:43 -0700 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 23 ++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..4e66e85f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..161d89503 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -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.