mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
name: Question
|
|
description: Need any help? Ask for help here!
|
|
labels: ["question"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# NOTE
|
|
- Please speak English, this is the language all maintainers can speak and write.
|
|
- Please take a moment to check that your issue hasn't been reported before.
|
|
- Make sure you are using the latest release.
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: |
|
|
Version of SpoofDPI that you are currently using
|
|
This can be shown by running "spoof-dpi -v" in terminal
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: os-ver
|
|
attributes:
|
|
label: Operating System
|
|
description: The operating system and version you are using
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: run-info
|
|
attributes:
|
|
label: How are you running SpoofDPI?
|
|
description: |
|
|
Please provide information of how you are running SpoofDPI.
|
|
This may include command line options that you used to run SpoofDPI, or the way how you installed SpoofDPI, and some more details.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Please provide a description of your question here
|
|
validations:
|
|
required: true
|