From ca25eff308d8670fba56150245a468e246e24ccc Mon Sep 17 00:00:00 2001 From: xLinka Date: Wed, 6 Sep 2023 14:34:03 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-ticket.md | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-ticket.md diff --git a/.github/ISSUE_TEMPLATE/issue-ticket.md b/.github/ISSUE_TEMPLATE/issue-ticket.md new file mode 100644 index 0000000..dd459ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-ticket.md @@ -0,0 +1,46 @@ +--- +name: Issue Ticket +about: Create a report to help us improve +title: '' +labels: Bug +assignees: '' + +--- + +🔍 **Issue Description** + +**Describe the bug in detail:** + +[Please provide a clear and concise description of the bug you've encountered.] + +**Expected Behavior** + +[Describe what you expected to happen.] + +**Actual Behavior** + +[Describe what actually happened.] + +**Steps to Reproduce** + +[Provide step-by-step instructions to reproduce the bug. Be as detailed as possible.] + +**Screenshots/Logs** + +[If applicable, include screenshots or logs that can help us understand the bug better.] + +🔗 **Related Issues/PRs** + +[Are there any existing issues or pull requests related to this bug?] + +💡 **Additional Context** + +[Add any additional context about the bug here. Are there any workarounds or other details that might be helpful?] + +🧐 **Extra Hardware (if applicable)** + +[Specify any extra hardware or configuration details that are relevant to the bug.] + +📎 **Attachments (if any)** + +[Attach any relevant files or additional information here.]