chore: update issue template

This commit is contained in:
xvzc 2024-08-23 15:29:01 +09:00
parent e9311bf4db
commit 351ac84d3a
6 changed files with 117 additions and 33 deletions

48
.github/ISSUE_TEMPLATE/bug-report.yaml vendored Normal file
View File

@ -0,0 +1,48 @@
name: Bug Report
description: Found something you weren't expecting? Report it here!
labels: ["bug"]
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: 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 issue here
validations:
required: true

View File

@ -1,21 +0,0 @@
---
name: Bug report
about: Create a report
title: ''
labels: bug
assignees: ''
---
# Describe the bug
# Client information
**OS**:
**Version**:
**Command to run spoof-dpi**:
# Additional context

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false

View File

@ -0,0 +1,20 @@
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

View File

@ -1,12 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
# Description
# Additional context

48
.github/ISSUE_TEMPLATE/question.yaml vendored Normal file
View File

@ -0,0 +1,48 @@
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.
- Make sure you are using the latest release and
- take a moment to check that your issue hasn't been reported before.
- 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