Add files via upload

This commit is contained in:
Grant7777 2024-02-15 22:07:39 -08:00 committed by GitHub
parent b09adea34f
commit 96fb80f4af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 39 additions and 0 deletions

28
.github/ISSUE_TEMPLATE/Bug.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: Bug
description: report a bug
title: "Bug report"
body:
- type: checkboxes
attributes:
label: by requesting a bug you must check these boxes
options:
- label: I have explained about the bug(s)
required: true
- label: I have left attachments or code lines
required: true
- label: I know that I won't waste your time
required: true
- label: I just checked all of these boxes without reading the labels
required: false
- type: textarea
attributes:
label: about the bug
description: write about the bug, how it works/happens, and where
- type: textarea
attributes:
label: Screenshots
description: at least 1 screenshot of the bug (not required)
placeholder: |
screenshots of the bug
validations:
required: false

11
.github/ISSUE_TEMPLATE/Other.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Other
description: Misc stuff like questions
body:
- type: textarea
attributes:
label:
description: your text
placeholder: |
your text
validations:
required: false