Skip to content

Commit c2b0904

Browse files
authored
docs(issues): clarify questions to avoid in issue templates
1 parent d6a5493 commit c2b0904

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
name: Question
2-
description: Please use the discuss tab to ask a question.
2+
description: If you have a question, please use the Discussions tab instead.
33
title: "[Question] "
44
labels: ["question"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Please use the [discuss](https://github.com/hm21/pro_image_editor/discussions) tab to ask a question.
9+
## Please use the [Discussions](https://github.com/hm21/pro_image_editor/discussions) tab for questions!
10+
11+
The **Issues** tab is for reporting bugs or suggesting features. For general questions, support, or guidance, the **Discussions** tab is the right place to go. This helps us keep the issues section focused and organized.
12+
13+
If your question is about how to use a feature or best practices, feel free to search the Discussions tab first, as your question may have already been answered!
14+
15+
Thank you for your understanding and cooperation.
1016
- type: input
1117
id: placeholder
1218
attributes:
13-
label: Please use the discuss tab to ask a question.
14-
description: "Please use the discuss tab to ask a question."
19+
label: PLEASE USE THE DISCUSS TAB TO ASK A QUESTION!
20+
placeholder: PLEASE USE THE DISCUSS TAB TO ASK A QUESTION!
21+
description: "PLEASE USE THE DISCUSS TAB TO ASK A QUESTION!"
1522
validations:
16-
required: false
23+
required: true

0 commit comments

Comments
 (0)