Skip to content

Commit 46efbd7

Browse files
committed
docs: create issue template support_question.yml
1 parent 145d4b0 commit 46efbd7

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Support Question
2+
description: Ask a question or seek help with using NLP-Email-Categorizer
3+
labels: ["question", "triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please follow our [Contributing Guidelines](https://github.com/VoxDroid/NLP-Email-Categorizer/blob/main/CONTRIBUTING.md). Do not post unverified links or promotional content, as they will be considered spam and may lead to restrictions.
9+
For general help, consider checking the [Support page](https://github.com/VoxDroid/NLP-Email-Categorizer/blob/main/SUPPORT.md) or starting a thread in [Discussions](https://github.com/VoxDroid/NLP-Email-Categorizer/discussions).
10+
- type: checkboxes
11+
id: guidelines
12+
attributes:
13+
label: Guidelines
14+
description: Confirm that you have read and agree to follow our guidelines.
15+
options:
16+
- label: I have read the [Contributing Guidelines](https://github.com/VoxDroid/NLP-Email-Categorizer/blob/main/CONTRIBUTING.md) and agree to follow them.
17+
required: true
18+
- type: textarea
19+
id: question
20+
attributes:
21+
label: Your Question
22+
description: Describe your question or issue in detail.
23+
placeholder: Ask away...
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: context
28+
attributes:
29+
label: Context
30+
description: Provide any relevant details about your setup or what you’ve tried.
31+
placeholder: |
32+
- Environment: [e.g., Windows 11]
33+
- Version: [e.g., v1.0.0]
34+
- What you’ve tried: [e.g., checked documentation]
35+
validations:
36+
required: false
37+
- type: dropdown
38+
id: category
39+
attributes:
40+
label: Question Category
41+
description: What is this question about?
42+
options:
43+
- Installation
44+
- Usage
45+
- Configuration
46+
- Other
47+
default: 0
48+
validations:
49+
required: true

0 commit comments

Comments
 (0)