From 6165ae56c2ab22ec3f517b796e52d7aa790c88c7 Mon Sep 17 00:00:00 2001 From: sabaimran <65192171+sabaimran@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:35:02 +0530 Subject: [PATCH] Update bug report issue template - collect info about OS, device, server, client, and prompt to include any relevant data --- .github/ISSUE_TEMPLATE/bug-report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..2684e789 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Create a bug to help fix something that might not be working correctly +title: "[FIX]" +labels: fix +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop:** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Platform**: +- Server [e.g., Cloud-Hosted (https://app.khoj.dev), or Self-Hosted, Docker, or Python package]: +- Client [e.g., Obsidian, Emacs, Desktop app, Web browser]: + +**Smartphone:** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + +**Additional context** +Add any other context about the problem here.