From ef9a9a7d6720984770e8ddc9a91401336ab9162b Mon Sep 17 00:00:00 2001 From: John Lettman Date: Fri, 16 Aug 2024 13:51:13 -0400 Subject: [PATCH] github: add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d36f1e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help improve the library +title: '' +labels: '' +assignees: '' + +--- + +## Describe the Bug +What went wrong? + +## Steps to Reproduce +1. +2. +3. + +## Expected Behavior +What should have happened? + +## Screenshots/Logs/Rust code +(Optional) Add screenshots, logs, or Rust code to help explain the issue. + +Environment + +OS: +Rust Version: + +## Additional Context +(Optional) Any other details? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..10b1c33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest a feature for the library +title: 'Feature: ' +labels: '' +assignees: '' + +--- + +## Problem +Briefly describe the problem or need. + +## Proposed Feature +What would you like to see added? + +## Additional Context +(Optional) Any extra details or screenshots.