mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-10 11:28:29 +03:00
28 lines
757 B
YAML
28 lines
757 B
YAML
name: Feature Request
|
|
description: Want a feature? Ask; we don't bite!
|
|
labels: 'enhancement'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Self Check
|
|
- Try searching existing GitHub Issues (open or closed) for similar issues.
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Describe the feature
|
|
description: A clear description of what the feature is.
|
|
- type: textarea
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: Would this fix a problem you're experiencing? If so, specify.
|
|
- type: textarea
|
|
attributes:
|
|
label: Did you consider other alternatives?
|
|
description: If so, specify
|
|
- type: input
|
|
attributes:
|
|
label: Additional context
|