Skip to content

Commit 978973a

Browse files
authored
Merge branch 'main' into alo
2 parents 3e27d96 + 1ba108d commit 978973a

File tree

7 files changed

+754
-63
lines changed

7 files changed

+754
-63
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: ​🐞 Bug
2+
description: Report an issue to help us improve the project.
3+
title: '[BUG] '
4+
labels: ["bug"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
id: description
10+
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
11+
validations:
12+
required: false
13+
- type: textarea
14+
attributes:
15+
label: Screenshots
16+
id: screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
attributes:
22+
label: Any additional information?
23+
id: extrainfo
24+
description: Any additional information or Is there anything we should know about this bug?
25+
validations:
26+
required: false
27+
- type: dropdown
28+
id: browsers
29+
attributes:
30+
label: What browser are you seeing the problem on?
31+
multiple: true
32+
options:
33+
- Firefox
34+
- Chrome
35+
- Safari
36+
- Microsoft Edge
37+
- type: checkboxes
38+
id: no-duplicate-issues
39+
attributes:
40+
label: 'Checklist'
41+
options:
42+
- label: 'I have checked the existing issues'
43+
required: true
44+
45+
- label: 'I have read the [Contributing Guidelines](https://github.com/alo7lika/Scrape-ML/blob/debugg/CONTRIBUTING.md)'
46+
required: true
47+
- label: "I'm a GSSoC'24-Extd contributor"
48+
- label: "I'm a Hacktoberfest'24 contributor"
49+
50+
- label: 'I am willing to work on this issue (optional)'
51+
required: false

.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)