Skip to content

Commit

Permalink
Merge branch 'hhursev:main' into panelinha-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jknndy authored Jan 15, 2025
2 parents cf89f9b + 371a663 commit 52e5a54
Show file tree
Hide file tree
Showing 127 changed files with 55,203 additions and 12,386 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/1_issue_new_webiste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: New website
about: Request support for a new recipe website
title: "I'd like to request support for <website>"
labels: enhancement
assignees: ''

---

Please verify the website is not listed in: https://docs.recipe-scrapers.com/getting-started/supported-sites/

Sample recipe URLs:
- https://
- https://


-----

Optional information that helps us understand our users better:
- Which version of recipe-scrapers are you using?
- How did you discover the package?
- What's your use case for recipe-scrapers?
Feel free to delete this section.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/2_issue_website_bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Scraper bug
about: Report an issue with an existing scraper
title: "Scraper issue with <website>"
labels: bug
assignees: ''

---

Recipe URL with the issue:
- https://


Which data is not being scraped correctly?
(e.g. ingredients, instructions, etc):

What should be shown instead?


-----

Optional information that helps us understand our users better:
- Which version of recipe-scrapers are you using?
- How did you discover the package?
- What's your use case for recipe-scrapers?
Feel free to delete this section.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/3_issue_show_and_tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Show and tell
about: Share what you've built using recipe-scrapers
title: "Built with recipe-scrapers: <project name>"
labels: show-and-tell
assignees: ''

---

Tell us about your project built with recipe-scrapers!

You can also share it as a comment in https://github.com/hhursev/recipe-scrapers/issues/9.

Project details:
<!-- Share whatever you're comfortable with - a description, links, screenshots, etc. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/4_issue_other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Other
about: For questions and issues that don't fit other categories
title: ""
labels: ''
assignees: ''

---


Describe your question or issue here


-----

Optional information that helps us understand our users better:
- Which version of recipe-scrapers are you using?
- How did you discover the package?
- What's your use case for recipe-scrapers?
Feel free to delete this section.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
blank_issues_enabled: true
blank_issues_enabled: false
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/new_scraper.md

This file was deleted.

27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/scraper_bug_report.md

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: black
args: ["--target-version", "py39"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
additional_dependencies: [types-beautifulsoup4, types-requests]
Loading

0 comments on commit 52e5a54

Please sign in to comment.