mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-25 03:55:35 +01:00
Update remaining templates
This commit is contained in:
parent
506d584291
commit
00972980e6
12
.github/ISSUE_TEMPLATE/ask_question.md
vendored
12
.github/ISSUE_TEMPLATE/ask_question.md
vendored
@ -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
22
.github/ISSUE_TEMPLATE/ask_question.yml
vendored
Normal 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
|
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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?**
|
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user