You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
0 commit comments