mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
Sync uYouEnhanced Templates
This commit is contained in:
34
.github/ISSUE_TEMPLATE/question.yaml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/question.yaml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
name: Question
|
||||
description: Have question(s)?
|
||||
title: "[Questions] Replace with your question"
|
||||
labels: question
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Do you think this is a bug?
|
||||
description: _If so, please use the bug template_
|
||||
multiple: false
|
||||
options:
|
||||
- ✅ Yes, I believe this is a bug. I will open a new issue with the bug template
|
||||
- ❌ No, I don't think this is a bug. I will explain below
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: My question
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
validations:
|
||||
required: false
|
Reference in New Issue
Block a user