From 18a78863a7d92da35749a57f48a66bd684b900b5 Mon Sep 17 00:00:00 2001 From: Sebastian Goscik Date: Mon, 9 Jun 2025 23:15:48 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..7638934 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help UPB improve +title: '' +labels: '' +assignees: '' + +--- + +* Unifi Protect Backup version: +* Unifi Protect version: +* Python version: +* Operating System: +* Are you using a docker container or native?: + +### Description + +Describe what you were trying to get done. +Tell us what happened, what went wrong, and what you expected to happen. + +### What I Did + +``` +Paste the command(s) you ran and the output. +If there was a crash, please include the traceback here. +```