From ec786f2babf97974dd357ba2d9c7cc558a138576 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 29 Jun 2024 19:20:48 +0600 Subject: [PATCH] github: add an issue template for bugs only on main instance --- .github/ISSUE_TEMPLATE/bug-main-instance.md | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-main-instance.md diff --git a/.github/ISSUE_TEMPLATE/bug-main-instance.md b/.github/ISSUE_TEMPLATE/bug-main-instance.md new file mode 100644 index 00000000..088811b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-main-instance.md @@ -0,0 +1,36 @@ +--- +name: main instance bug report +about: report an issue with cobalt.tools or api.cobalt.tools +title: '[short description of the bug]' +labels: main instance issue +assignees: '' + +--- + +### bug description +clear and concise description of what the issue is. + +### reproduction steps +steps to reproduce the described behavior. +here's an example of what it could look like: +1. go to '...' +2. click on '....' +3. download [media type] from [service] +4. see error + +### screenshots +if applicable, add screenshots or screen recordings to support your explanation. +if not, remove this section. + +### links +if applicable, add links that cause the issue. more = better. +if not, remove this section. + +### platform information +- OS [e.g. iOS, windows] +- browser [e.g. chrome, safari, firefox] +- version [e.g. 115] + +### additional context +add any other context about the problem here if applicable. +if not, remove this section.