Update and rename question.md to question.yml

This commit is contained in:
FlamedDogo 2024-09-20 19:55:16 -06:00 committed by GitHub
parent 0e8dfd612c
commit 172d56fe0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 33 additions and 14 deletions

View File

@ -1,14 +0,0 @@
---
name: Question
about: Ask a clarifying question about this project
title: "[Question]"
labels: question
assignees: ''
---
**Question**
Provide a clear and concise explanation of the question.
**Additional Information**
Provide a clear and concise explanation of what changes are needed on the repository in order for the question's answer to be accessible to future users.

33
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@ -0,0 +1,33 @@
name: Question
description: Ask a clarifying question about this project
title: '[Question] '
labels:
- question
body:
- type: textarea
id: question
attributes:
label: Question
description: Provide a clear and concise explanation of the question.
placeholder: Required
validations:
required: true
- type: textarea
id: info
attributes:
label: Additional Information
description: >-
Provide a clear and concise explanation of what changes are needed on
the repository in order for the question's answer to be accessible to
future users.
placeholder: Required
validations:
required: true
- type: checkboxes
id: conduct
attributes:
label: Code of Conduct
description: ' submitting this issue, you agree to follow our [Code of Conduct](https://github.com/FlamedDogo99/EaglerMobile/blob/main/.github/CODE_OF_CONDUCT.md). '
options:
- label: I agree to follow this project's Code of Conduct
required: true