Refine bug report template

This commit is contained in:
JustAnotherArchivist
2023-02-02 21:02:16 +00:00
parent b515a66b93
commit 35c0c32c38

View File

@@ -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