From bfde81a9f83c06e52ec60d46fc047b3ce8b78ccf Mon Sep 17 00:00:00 2001 From: Ircama Date: Tue, 22 Oct 2024 22:43:54 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/software-bug-report.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/software-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/software-bug-report.md b/.github/ISSUE_TEMPLATE/software-bug-report.md new file mode 100644 index 0000000..d399c1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/software-bug-report.md @@ -0,0 +1,15 @@ +--- +name: Software bug report +about: Create a report on a bug found in the software +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of the bug, including steps to reproduce the behavior and a short description of what you expected to happen. +We do not accept questions about usage clarifications or requests to add new printers. + +**Additional context** +Please feel free to add any other context about the problem here.