From 62eac731f060095d69b5ba1364a11124ae6f7da1 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 9 Sep 2024 21:43:47 +0200 Subject: [PATCH] Add GitHub issue template for bug report --- .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 0000000..3979020 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Report an issue +about: Create a report to help us improve deskOS +title: "" +labels: bug +--- + + + +**Describe the issue** +A clear and concise description of what the issue is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. Make sure '...' +2. Then do '....' +3. Try '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +Add screenshots to help explain the problem. + +**Hardware (please complete the following information):** + +- Type: [e.g. PC, laptop] +- Brand [e.g. Framework, Lenovo] +- Architecture [e.g. x86_64, aarch64] +- Disk space [e.g. 64 GB] +- RAM [e.g. 32 GB] +- deskOS version [e.g. 1] + +**Additional context** +Add any other context regarding the problem goes here.