Skip to content

Commit fde1cd9

Browse files
authored
Merge pull request #300 from alo7lika/test
CREATE CUSTOM ISSUE TEMPLATE
2 parents 2127d82 + 40fac7f commit fde1cd9

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-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. 📝

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,21 @@ Streamlit app link: https://scrape-review-analysis.streamlit.app
187187
</center>
188188
<br>
189189
190+
## 💗 Stargazers
191+
192+
<div align='left'>
193+
194+
[![Stargazers repo roster for @recodehive/Scrape-ML](https://reporoster.com/stars/recodehive/Scrape-ML)](https://github.com/recodehive/Scrape-ML/stargazers)
195+
196+
</div>
197+
198+
## 💗 Forkers
199+
200+
[![Forkers repo roster for @recodehive/Scrape-ML](https://reporoster.com/forks/recodehive/Scrape-ML)](https://github.com/recodehive/Scrape-ML/network/members)
201+
202+
![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
203+
204+
190205
## Final Dataset
191206
192207
🔬Here is the Link to **Final Dataset:** [Drive Link](https://drive.google.com/file/d/1sTNAeuy-99Hao0V5AOVznLXyDJC2zuFn/view?usp=sharing) containing the scraped IMDb movie reviews. This dataset can be used for analysis, research, or any other purposes you require. 📦

0 commit comments

Comments
 (0)