From 98b471b2feb21879c2eb3fed859aa74825a880e1 Mon Sep 17 00:00:00 2001 From: An00nymushun Date: Thu, 2 Dec 2021 19:33:01 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/problem-report.md | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/problem-report.md diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md new file mode 100644 index 0000000..1b92a5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -0,0 +1,40 @@ +--- +name: Problem report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +***In case you don't know where the bug is in the code or what exactly causes it.*** + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +`If you use other plugins, disable all of them to figure out which ones are necessary to reproduce your issue, if any.` + +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +`Make sure you can reproduce this problem yourself with your steps after restarting Discord!` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. +Check Ctrl-Shift-I console for red error logs! + +**Client:** + - Browser [which browser] / Desktop [OS] + - Discord Build Channel [Release / PTB / Canary] + - Plugin Version [e.g. 1.2] + - BD Version (if applicable) + +**Additional context** +Add any other context about the problem here.