From 8ada72eb577a2ce1b249982d5680a63d7f14f217 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Wed, 14 May 2025 16:36:32 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..60baaf6 --- /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 +```