From 9e0b458b7957f63e30ca45fdeaeeadcbbd365ef5 Mon Sep 17 00:00:00 2001 From: Nick Rimmer Date: Wed, 16 Oct 2024 23:23:28 +0200 Subject: [PATCH] issue templates added --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++ 2 files changed, 41 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..19bc6d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] Title" +labels: bug +assignees: '' + +--- + +## Bug Description 🐞 +Oops! It looks like you've stumbled upon a bug. We'd love to get it fixed for you. Can you describe what's going wrong? Just a clear and simple explanation of the issue would be super helpful. + +## Steps to Reproduce 🕵️ +Steps to reproduce the behavior: +- Go to '...' +- Click on '....' +- See error + +## Expected Behavior 🌈 +Tell us what you expected to happen. This helps us understand the issue better. + +## Visual Clues 📸 +Got screenshots? Great! Attach them here to show us exactly what you saw. + +**Desktop (please complete the following information):** +- OS: [e.g. win x64] +- Version [e.g. 0.1.2] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6cba409 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature] Title" +labels: enhancement +assignees: '' + +--- + +## What's the Challenge? 🌟 +Describe the problem you're facing or the gap in our current features. Feel free to tell us a little story if that helps! + +## Vision for the Solution 🚀 +Share with us your vision of the new feature. How do you imagine it working? What cool things will it let you (and others) do? \ No newline at end of file