diff --git a/.github/ISSUE_TEMPLATE/before_reporting.md b/.github/ISSUE_TEMPLATE/before_reporting.md deleted file mode 100644 index 15ae6416..00000000 --- a/.github/ISSUE_TEMPLATE/before_reporting.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Before Reporting an Issue -about: Read this before submitting an issue -title: '' -labels: '' -assignees: '' ---- - -# BEFORE REPORTING AN ISSUE! - -Reporting an "issue" is only for bugs. You must first verify it is an actual bug by asking [in the discord](https://discord.com/invite/nuR9zZ2nsh). If you have a feature request or question, [ask in the discord](https://discord.com/invite/nuR9zZ2ns). Github issues is ONLY for verified bugs in the code. There are many members happy to help you out [in the discord](https://discord.com/invite/nuR9zZ2ns), so please check there first. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d0b968c5..0c5f8e65 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,22 +1,20 @@ +--- name: Bug Report -description: File a bug report -title: "[Bug]: " -labels: - - bug -body: - - type: markdown - attributes: - value: > - Thanks for taking the time to fill out this bug report! - - Before submitting, please make sure you've read our [important information about reporting issues](link-to-before_reporting.md). - - type: checkboxes - id: terms - attributes: - label: Preflight Checklist - description: Please ensure you've completed these before submitting - options: - - label: I have verified this is an actual bug by asking in the Discord - required: true - - label: I understand that GitHub issues are ONLY for verified bugs in the code - required: true \ No newline at end of file +about: For bugs only +title: '' +labels: '' +assignees: '' +--- + +## This is for bugs only + +Did you already ask [in the discord](https://discord.com/invite/nuR9zZ2nsh)? + +Yes/No + +You verified that this is a bug and not a feature request or question by asking [in the discord](https://discord.com/invite/nuR9zZ2nsh)? + +Yes/No + +## Describe the bug + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 24cabf10..63453d51 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Read Before Reporting an Issue - url: https://github.com/ostris/ai-toolkit/blob/main/.github/ISSUE_TEMPLATE/before_reporting.md - about: Please read this important information before submitting an issue. \ No newline at end of file + - name: Ask in the Discord BEFORE opening an issue + url: https://discord.com/invite/nuR9zZ2nsh + about: Please ask in the discord before opening a github issue. \ No newline at end of file