mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-03 04:50:11 +00:00
21 lines
592 B
YAML
21 lines
592 B
YAML
name: Feature Request
|
|
description: Suggest an idea for this project
|
|
labels: ["feature"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# NOTE
|
|
- Please speak English, this is the language all maintainers can speak and write.
|
|
- Make sure you are using the latest release and
|
|
- take a moment to check that your issue hasn't been reported before.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Please provide the description of your feature request here
|
|
validations:
|
|
required: true
|