From 12616e5ad0de0f74229e35eb6e66f40afb779b50 Mon Sep 17 00:00:00 2001 From: Aditya Chandel <8075870+adityachandelgit@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:19:07 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++++ 2 files changed, 56 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 00000000..d8aa5cf8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +# Bug Report Template for Booklore + +**What happened?** +Please describe the problem or issue you encountered in Booklore. + +**How can we see it happen?** +Steps to reproduce the issue: +1. Open Booklore and go to ‘…’ +2. Do ‘…’ (like adding a book, editing details, etc.) +3. Notice what goes wrong + +**What did you expect to happen?** +Tell us what you thought should happen instead. + +**Screenshots or Error Messages** +If you can, please share screenshots or any error messages you saw. It really helps! + +**About your setup:** +- Booklore version (e.g., v0.35.0) +- What computer or device are you using? (Windows, Mac, Linux, etc.) +- Which browser and version? (Chrome, Firefox, Safari, etc.) +- How did you install Booklore? (Docker, manual install, etc.) + +**Anything else we should know?** +Any other info that might help us understand the issue better. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..eda9b4d4 --- /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: '' +assignees: '' + +--- + +# Feature Request Template for Booklore + +**What problem or limitation are you encountering?** +Describe the challenge or issue you’re facing that this feature would address. + +**What solution or improvement do you propose?** +Explain clearly what you’d like Booklore to do or how it could work better. + +**Have you found any workarounds or alternatives?** +Share any other solutions you’ve tried or considered, if any. + +**Additional details** +Add any extra context, examples, or screenshots that might help us understand your request.