diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..60baaf68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Something is not working as expected... +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behaviour** +A clear and concise description of what you expected to happen. + +**Operating system and version** + +- OS: (linux, osx, windows, freebsd, etc) +- GPUs: (list architecture) + +**My Configuration** + +```yaml +# copy / paste your configuration here +``` + +**Proxy Logs** + +``` +# copy / paste from /logs +``` + +**Upstream Logs** + +``` +# copy/paste from /logs +```