Skip to content

Commit 40fac7f

Browse files
authored
Create custom.yml
1 parent 9a8380f commit 40fac7f

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

.github/ISSUE_TEMPLATE/custom.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: "⚙️ Custom Issue"
2+
description: "Submit a custom issue or suggestion for Scrape-ML ."
3+
title: "[Custom]: <Brief description of the issue>"
4+
labels: ["custom", "status: needs triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for submitting a custom issue for **Scrape-ML**! This template is intended for any requests or suggestions that don't fit into the bug report, feature request, or documentation categories.
10+
11+
- type: input
12+
id: issue_summary
13+
attributes:
14+
label: "Issue Summary"
15+
description: "Provide a summary of the custom issue."
16+
placeholder: "E.g., Enhancement suggestion for search functionality"
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: issue_description
22+
attributes:
23+
label: "Issue Description"
24+
description: "Describe the issue or suggestion in detail."
25+
placeholder: "Provide a detailed description of the custom issue, including the context, use case, or scenario in which this issue occurs or would be relevant..."
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: proposed_solution
31+
attributes:
32+
label: "Proposed Solution (Optional)"
33+
description: "If you have any ideas or suggestions for how to address this issue, describe them here."
34+
placeholder: "Describe your proposed solution or approach..."
35+
36+
- type: dropdown
37+
id: priority
38+
attributes:
39+
label: "Priority"
40+
description: "How important is this issue to you?"
41+
options:
42+
- "High - Requires urgent attention"
43+
- "Medium - Should be addressed soon"
44+
- "Low - Can be addressed later"
45+
validations:
46+
required: true
47+
48+
- type: checkboxes
49+
id: category
50+
attributes:
51+
label: "Category"
52+
description: "Select the category that best describes the issue."
53+
options:
54+
- label: "Enhancement"
55+
- label: "Refactor"
56+
- label: "Security"
57+
- label: "Design"
58+
- label: "Other"
59+
60+
- type: textarea
61+
id: additional_context
62+
attributes:
63+
label: "Additional Context (Optional)"
64+
description: "Add any other context or information that might be relevant to this issue."
65+
placeholder: "Provide any extra details, screenshots, or references that could help with understanding the issue..."
66+
67+
- type: markdown
68+
attributes:
69+
value: |
70+
**Thank you for your suggestion!** We appreciate your input and will review your custom issue promptly. 📝

0 commit comments

Comments
 (0)