📝 Fix DISCUSSION_TEMPLATE typos
This commit is contained in:
parent
69d2eb4aa5
commit
4656e17d8e
4
.github/DISCUSSION_TEMPLATE/general.yml
vendored
4
.github/DISCUSSION_TEMPLATE/general.yml
vendored
@ -12,11 +12,11 @@ body:
|
|||||||
label: "Your Question"
|
label: "Your Question"
|
||||||
description: "Provide a clear and concise description of your question."
|
description: "Provide a clear and concise description of your question."
|
||||||
placeholder: "Describe your question here"
|
placeholder: "Describe your question here"
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional_context
|
id: additional_context
|
||||||
attributes:
|
attributes:
|
||||||
label: "Additional Context"
|
label: "Additional Context"
|
||||||
description: "Add any other context or relevant details that might help me understand your question better."
|
description: "Add any other context or relevant details that might help me understand your question better."
|
||||||
placeholder: "Optional: Add context or additional info"
|
placeholder: "Optional: Add context or additional info"
|
||||||
required: false
|
|
||||||
5
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
5
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
@ -11,6 +11,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "Is your feature request related to a problem? Please describe."
|
label: "Is your feature request related to a problem? Please describe."
|
||||||
description: "Provide a clear and concise description of what the problem is."
|
description: "Provide a clear and concise description of what the problem is."
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: solution
|
id: solution
|
||||||
@ -18,11 +19,9 @@ body:
|
|||||||
label: "Describe the solution you'd like"
|
label: "Describe the solution you'd like"
|
||||||
description: "A clear and concise description of what you want to happen."
|
description: "A clear and concise description of what you want to happen."
|
||||||
placeholder: "Describe your proposed solution."
|
placeholder: "Describe your proposed solution."
|
||||||
required: false
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional_context
|
id: additional_context
|
||||||
attributes:
|
attributes:
|
||||||
label: "Additional context"
|
label: "Additional context"
|
||||||
description: "Add any other context or screenshots about the feature request here."
|
description: "Add any other context or screenshots about the feature request here."
|
||||||
placeholder: "Additional information or examples."
|
placeholder: "Additional information or examples."
|
||||||
required: false
|
|
||||||
Loading…
x
Reference in New Issue
Block a user