Update remaining templates

This commit is contained in:
PikaMug 2021-12-26 08:25:03 -05:00
parent 506d584291
commit 00972980e6
4 changed files with 44 additions and 24 deletions

View File

@ -1,12 +0,0 @@
---
name: Ask a question
about: if it's complex or code-related.
labels: question
---
<!--
Thanks for sticking with us! Please answer the following questions:
-->
**Where else have you looked for answers to this question?**
**Share your question with as much detail as possible?**

22
.github/ISSUE_TEMPLATE/ask_question.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Ask a question
description: if it's complex or code-related.
labels: [question]
body:
- type: markdown
attributes:
value: |
Thanks for inquiring about the project! Please answer the following questions:
- type: 'textarea'
attributes:
label: 'Where else have you looked for answers to this question?'
description: 'Such as the documentation or an Internet search.'
placeholder: 'I looked for an answer in...'
validations:
required: true
- type: 'textarea'
attributes:
label: 'Share your question with as much detail as possible.'
description: 'Every question is a cry to understand the world.'
placeholder: 'I could not figure out...'
validations:
required: true

View File

@ -1,12 +0,0 @@
---
name: Suggest a feature
about: once you know all the details.
labels: enhancement
---
<!--
Thanks for sharing your new idea! Please answer the following questions:
-->
**What does your feature do?**
**How would people use it?**

View File

@ -0,0 +1,22 @@
name: Suggest a feature
description: once you know all the details.
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for sharing your idea! Please answer the following questions:
- type: 'textarea'
attributes:
label: 'What does your feature do?'
description: 'Be certain it does not already exist.'
placeholder: 'My new idea is...'
validations:
required: true
- type: 'textarea'
attributes:
label: 'How would people use it?'
description: 'Consider ways it would benefit all.'
placeholder: 'It would be used when...'
validations:
required: true