mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-13 12:58:27 +03:00
Refine bug report template
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -26,7 +26,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected behavior
|
label: Expected behaviour
|
||||||
description: A brief description of what should happen.
|
description: A brief description of what should happen.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
@@ -37,20 +37,25 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: OS / Distro
|
label: Operating system
|
||||||
description: Include the version too, please!
|
description: Include the version too, please!
|
||||||
placeholder: e.g. Windows 10, Ubuntu 20.04, macOS 10.15...
|
placeholder: e.g. Windows 10, Ubuntu 20.04, macOS 10.15...
|
||||||
- type: input
|
- type: input
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Output from `snscrape --version`
|
label: Python version: output of `python3 --version`
|
||||||
|
- type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: snscrape version: output of `snscrape --version`
|
||||||
- type: input
|
- type: input
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Scraper
|
label: Scraper
|
||||||
placeholder: e.g. twitter-user, reddit-search,...
|
placeholder: e.g. twitter-user, reddit-search, TwitterSearchScraper, ...
|
||||||
- type: textarea
|
- type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
@@ -72,7 +77,7 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: How are you using snscrape?
|
label: How are you using snscrape?
|
||||||
options: ['CLI', 'Module']
|
options: ['CLI (`snscrape ...` as a command, e.g. in a terminal)', 'Module (`import snscrape.modules.something` in Python code)']
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
|
|||||||
Reference in New Issue
Block a user