forked from mendableai/firecrawl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/idempotency-key
- Loading branch information
Showing
8 changed files
with
273 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the Bug** | ||
Provide a clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the issue: | ||
1. Configure the environment or settings with '...' | ||
2. Run the command '...' | ||
3. Observe the error or unexpected output at '...' | ||
4. Log output/error message | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots or copies of the command line output to help explain the issue. | ||
|
||
**Environment (please complete the following information):** | ||
- OS: [e.g. macOS, Linux, Windows] | ||
- Firecrawl Version: [e.g. 1.2.3] | ||
- Node.js Version: [e.g. 14.x] | ||
|
||
**Logs** | ||
If applicable, include detailed logs to help understand the problem. | ||
|
||
**Additional Context** | ||
Add any other context about the problem here, such as configuration specifics, network conditions, data volumes, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feat]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Problem Description** | ||
Describe the issue you're experiencing that has prompted this feature request. For example, "I find it difficult when..." | ||
|
||
**Proposed Feature** | ||
Provide a clear and concise description of the feature you would like implemented. | ||
|
||
**Alternatives Considered** | ||
Discuss any alternative solutions or features you've considered. Why were these alternatives not suitable? | ||
|
||
**Implementation Suggestions** | ||
If you have ideas on how the feature could be implemented, share them here. This could include technical details, API changes, or interaction mechanisms. | ||
|
||
**Use Case** | ||
Explain how this feature would be used and what benefits it would bring. Include specific examples to illustrate how this would improve functionality or user experience. | ||
|
||
**Additional Context** | ||
Add any other context such as comparisons with similar features in other products, or links to prototypes or mockups. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[FORMAT] | ||
max-line-length = 120 |
Oops, something went wrong.