diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0ce4642 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: jeefo + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Video** +If it's problem with AI behaviour, add video to help explain your problem. + +**Environment details:** + - OS: [e.g. windows 10 / linux debian 10.4] + - Engine: [e.g. rehlds 3.8.0.702 / vanilla 8684] + - GameDLL: [e.g. regamedll 5.18.0.479 / vanilla] + - Metamod: [e.g. metamod-r / metamod-p / metamod] + - Bot Version: [e.g. 4.1.566] + - Game mode: [e.g. csdm / public / zombie] + +Additionally, please provide list of AMX Mod X plugins: ``amxx plugins`` and list of Metamod plugins: ``meta plugins``. + +**Additional context** +Add any other context about the problem here.