mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-14 21:13:32 +00:00
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for an enhancement or new feature
|
|
---
|
|
|
|
<!--
|
|
|
|
Thanks for taking an interest in Scrapy!
|
|
|
|
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
|
|
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
|
|
|
|
Keep in mind that by filing an issue, you are expected to comply with Scrapy's Code of Conduct, including treating everyone with respect: https://github.com/scrapy/scrapy/blob/master/CODE_OF_CONDUCT.md
|
|
|
|
The following is a suggested template to structure your pull request, you can find more guidelines at https://doc.scrapy.org/en/latest/contributing.html#writing-patches and https://doc.scrapy.org/en/latest/contributing.html#submitting-patches
|
|
|
|
-->
|
|
|
|
## Summary
|
|
|
|
One paragraph explanation of the feature.
|
|
|
|
## Motivation
|
|
|
|
Why are we doing this? What use cases does it support? What is the expected outcome?
|
|
|
|
## Describe alternatives you've considered
|
|
|
|
A clear and concise description of the alternative solutions you've considered. Be sure to explain why Scrapy's existing customizability isn't suitable for this feature.
|
|
|
|
## Additional context
|
|
|
|
Any additional information about the feature request here.
|