From 72c65d86d84e4040f3877152350436e97dbdf6df Mon Sep 17 00:00:00 2001 From: Rafael Vargas <86136313+RafaelSolVargas@users.noreply.github.com> Date: Mon, 20 Feb 2023 01:20:45 -0400 Subject: [PATCH] Adding issues template --- .github/ISSUE_TEMPLATE/bug.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..f4085fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,17 @@ +--- +name: Bug +about: Create a report to help us improve +title: Issue in Vulkan +labels: bug +assignees: RafaelSolVargas + +--- + +**Describe your context** +The Vulkan contains some configuration parameters set up in the Configs/Config.py file, tell us what values you are using. + +**The path to the bug** +Don't forget to specify how you found the issue, what Discord commands you used and which was the parameters passed. + +**Screenshots** +Screenshots of the error thrown or the Bot messages will help us to fix you issue faster.