Browse Source

Chore: update issue template

pull/133/head
xjasonlyu 3 years ago
parent
commit
e3b57bb8d8
  1. 34
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 55
      .github/ISSUE_TEMPLATE/bug_report.yml
  3. 20
      .github/ISSUE_TEMPLATE/feature_request.md
  4. 14
      .github/ISSUE_TEMPLATE/feature_request.yml

34
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,34 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Environment**
- OS: [e.g. `Ubuntu-20.04`]
- Version: [e.g. `v2.1.0`]
- Network: [e.g. route tables, iptables rules]
- Proxy Server: [e.g. Clash, GOST, Squid]
**Log**
Paste the tun2socks log below with the log level set to `DEBUG`.
```
```
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. [First Step]
2. [Second Step]
3. ……
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.

55
.github/ISSUE_TEMPLATE/bug_report.yml

@ -0,0 +1,55 @@
name: Bug Report
description: Create a report to help us improve
title: "[Bug] "
body:
- type: checkboxes
id: ensure
attributes:
label: Verify steps
description: Please verify that you've followed these steps
options:
- label: Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
required: true
- label: I have searched on the [issue tracker](……/) for a related issue.
required: true
- type: input
attributes:
label: Version
validations:
required: true
- type: dropdown
id: os
attributes:
label: What OS are you seeing the problem on?
multiple: true
options:
- Windows
- Linux
- macOS
- OpenBSD/FreeBSD
- Other
- type: textarea
attributes:
label: Description
validations:
required: true
- type: textarea
attributes:
label: CLI or Config
description: Paste the command line parameters or configuration below.
- type: textarea
attributes:
render: shell
label: Log Output
description: Paste the log output below with the log level set to `DEBUG`.
- type: textarea
attributes:
label: How to Reproduce
description: Steps to reproduce the behavior, if any.

20
.github/ISSUE_TEMPLATE/feature_request.md

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem?**
A clear and concise description of what the problem is.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

14
.github/ISSUE_TEMPLATE/feature_request.yml

@ -0,0 +1,14 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature] "
body:
- type: textarea
attributes:
label: Description
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Possible Solution
description: (Optional) Any alternative solutions or features you've considered.
Loading…
Cancel
Save