mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-12 20:38:29 +03:00
add feature_request and question templates
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -57,13 +57,13 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Backtrace
|
label: Backtrace
|
||||||
description: What is the error snscrape gives you, if any?
|
description: What is the error snscrape gives you, if any?
|
||||||
- type: input
|
- type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
attributes:
|
attributes:
|
||||||
label: Dump of locals
|
label: Dump of locals
|
||||||
description: |
|
description: |
|
||||||
Here put a link to the dump of your snscrape locals, if it's a crash. (snscrape should tell you the path).
|
Here attach the dump of your snscrape locals, if it's a crash. (snscrape should tell you the path).
|
||||||
Please note that it may contain identifying info such as IP address, if the website returns that.
|
Please note that it may contain identifying info such as IP address, if the website returns that.
|
||||||
You can also optionally request to exchange the file in private.
|
You can also optionally request to exchange the file in private.
|
||||||
Finally, if snscrape didn't crash, leave this field blank.
|
Finally, if snscrape didn't crash, leave this field blank.
|
||||||
|
|||||||
27
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
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
|
||||||
6
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Ask away!
|
||||||
|
labels: 'question'
|
||||||
|
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user