From c4c6d2690c51e7b30c902f32997de1663eb3fa2a Mon Sep 17 00:00:00 2001 From: KuJoe Date: Tue, 21 May 2024 05:18:49 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 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..ad26a32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG REPORT]" +labels: '' +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/Errors** +If applicable, add screenshots and/or error messages to help explain your problem. You may need to check your webserver's error logs. + +**HTMLy Version** +Please list the exact version you are using (can be found on /admin/update next to "Installed Version"). + +**Server Info (please complete the following information):** + - OS: [e.g. Ubuntu 22.04.4, Debian 12, etc...] + - Webserver [e.g. Apache 2.4, nginx 1.25, lighttpd 1.4.76, etc...] + - PHP Version [e.g. PHP 5.6, PHP 7.4, PHP 8.3, etc...] + +**Link to installation (optional, but usually helpful)** + +**Additional context** +Add any other context about the problem here.