mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-30 19:21:39 +00:00
More issues testing
This commit is contained in:
11
.github/ISSUE_TEMPLATE/before_reporting.md
vendored
11
.github/ISSUE_TEMPLATE/before_reporting.md
vendored
@@ -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.
|
|
||||||
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,22 +1,20 @@
|
|||||||
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
about: For bugs only
|
||||||
title: "[Bug]: "
|
title: ''
|
||||||
labels:
|
labels: ''
|
||||||
- bug
|
assignees: ''
|
||||||
body:
|
---
|
||||||
- type: markdown
|
|
||||||
attributes:
|
## This is for bugs only
|
||||||
value: >
|
|
||||||
Thanks for taking the time to fill out this bug report!
|
Did you already ask [in the discord](https://discord.com/invite/nuR9zZ2nsh)?
|
||||||
|
|
||||||
Before submitting, please make sure you've read our [important information about reporting issues](link-to-before_reporting.md).
|
Yes/No
|
||||||
- type: checkboxes
|
|
||||||
id: terms
|
You verified that this is a bug and not a feature request or question by asking [in the discord](https://discord.com/invite/nuR9zZ2nsh)?
|
||||||
attributes:
|
|
||||||
label: Preflight Checklist
|
Yes/No
|
||||||
description: Please ensure you've completed these before submitting
|
|
||||||
options:
|
## Describe the bug
|
||||||
- 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
|
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Read Before Reporting an Issue
|
- name: Ask in the Discord BEFORE opening an issue
|
||||||
url: https://github.com/ostris/ai-toolkit/blob/main/.github/ISSUE_TEMPLATE/before_reporting.md
|
url: https://discord.com/invite/nuR9zZ2nsh
|
||||||
about: Please read this important information before submitting an issue.
|
about: Please ask in the discord before opening a github issue.
|
||||||
Reference in New Issue
Block a user