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