From 9a442a4d5106700c67a3682eeccfa5356fd9fdd9 Mon Sep 17 00:00:00 2001 From: Etienne Donneger <0237h@pm.me> Date: Mon, 22 Apr 2024 19:58:20 +0000 Subject: [PATCH] Add issue templates for bugs and features --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++ 2 files changed, 50 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..f7d86a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: 0237h + +--- + + + +## Expected Behavior + + +## Current Behavior + + +## How to reproduce + + +## Possible Solution + + +## Screenshots + + +## Environment + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6ce1244 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature +assignees: 0237h + +--- + + + +## Detailed description + + +## Context + + +## Possible implementation + + +## Other alternatives +