Skip to content

Commit

Permalink
github: add issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Oct 16, 2024
1 parent 188dafc commit ff5653f
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Bug report
description: Create a bug report to help us improve.
labels:
- bug
body:
- type: textarea
id: description
attributes:
label: Bug description
description: A clear and concise description of the bug.
validations:
required: true
- type: textarea
id: behaviour
attributes:
label: Actual behavior
description: A clear and concise description of what actually happens.
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: Steps to reproduce the reported behaviour.
- type: textarea
id: osversion
attributes:
label: OpenWrt/ImmortalWrt version
description: |
The OpenWrt/ImmortalWrt release or commit hash where this bug occurs (use command below).
```. /etc/openwrt_release && echo $DISTRIB_RELEASE```
validations:
required: true
- type: textarea
id: osrelease
attributes:
label: OpenWrt/ImmortalWrt release
description: |
The OpenWrt/ImmortalWrt release or commit hash where this bug occurs (use command below).
```. /etc/openwrt_release && echo $DISTRIB_RELEASE```
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional information
description: Add any additional info you think might be helfpul.
- type: checkboxes
id: terms
attributes:
label: Terms
description: Please check the following before submitting the issue.
options:
- label: I confirm that the HomeProxy I installed is from official source, like GitHub artifacts or official ImmortalWrt opkg feeds.
required: true
- label: I confirm that the Homeproxy I installed does not contain Clash mode support.
required: true
- label: I confirm that the version of OpenWrt/ImmortalWrt I installed is >= 23.05.
required: true
- label: I confirm that I have installed the latest version of HomeProxy and sing-box.
required: true
- label: I confirm that I have read the sing-box documentation, understand the meaning of all the configuration items I added.
required: true
- label: I confirm that I have not mixed iptables and nftables rules.
required: true
- label: I confirm that I just selected all terms blindly.
required: false
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
blank_issues_enabled: false
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Feature request
description: Request a new feature or enhancement.
labels:
- enhancement
body:
- type: textarea
id: description
attributes:
label: Feature description
description: A clear and concise description of the request.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
id: additional
attributes:
label: Additional information
description: Add any additional info you think might be helfpul.

0 comments on commit ff5653f

Please sign in to comment.