Skip to content

Commit

Permalink
Merge pull request #300 from alo7lika/test
Browse files Browse the repository at this point in the history
CREATE CUSTOM ISSUE TEMPLATE
  • Loading branch information
sanjay-kv authored Nov 1, 2024
2 parents 2127d82 + 40fac7f commit fde1cd9
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: "⚙️ Custom Issue"
description: "Submit a custom issue or suggestion for Scrape-ML ."
title: "[Custom]: <Brief description of the issue>"
labels: ["custom", "status: needs triage"]
body:
- type: markdown
attributes:
value: |
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.
- type: input
id: issue_summary
attributes:
label: "Issue Summary"
description: "Provide a summary of the custom issue."
placeholder: "E.g., Enhancement suggestion for search functionality"
validations:
required: true

- type: textarea
id: issue_description
attributes:
label: "Issue Description"
description: "Describe the issue or suggestion in detail."
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..."
validations:
required: true

- type: textarea
id: proposed_solution
attributes:
label: "Proposed Solution (Optional)"
description: "If you have any ideas or suggestions for how to address this issue, describe them here."
placeholder: "Describe your proposed solution or approach..."

- type: dropdown
id: priority
attributes:
label: "Priority"
description: "How important is this issue to you?"
options:
- "High - Requires urgent attention"
- "Medium - Should be addressed soon"
- "Low - Can be addressed later"
validations:
required: true

- type: checkboxes
id: category
attributes:
label: "Category"
description: "Select the category that best describes the issue."
options:
- label: "Enhancement"
- label: "Refactor"
- label: "Security"
- label: "Design"
- label: "Other"

- type: textarea
id: additional_context
attributes:
label: "Additional Context (Optional)"
description: "Add any other context or information that might be relevant to this issue."
placeholder: "Provide any extra details, screenshots, or references that could help with understanding the issue..."

- type: markdown
attributes:
value: |
**Thank you for your suggestion!** We appreciate your input and will review your custom issue promptly. 📝
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,21 @@ Streamlit app link: https://scrape-review-analysis.streamlit.app
</center>
<br>
## 💗 Stargazers
<div align='left'>
[![Stargazers repo roster for @recodehive/Scrape-ML](https://reporoster.com/stars/recodehive/Scrape-ML)](https://github.com/recodehive/Scrape-ML/stargazers)
</div>
## 💗 Forkers
[![Forkers repo roster for @recodehive/Scrape-ML](https://reporoster.com/forks/recodehive/Scrape-ML)](https://github.com/recodehive/Scrape-ML/network/members)
![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
## Final Dataset
🔬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. 📦
Expand Down

0 comments on commit fde1cd9

Please sign in to comment.