Update issue templates

This commit is contained in:
Toby Chui
2025-12-07 10:14:03 +08:00
committed by GitHub
parent a6bee3e23a
commit 22b8b42975
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
---
name: ACME / DNS Challenge issue
about: An issue related to ACME or DNS challenge feature
title: "[ACME]"
labels: acme
assignees: zen8841
---
**Describe the bug**
A clear and concise description of what the issue is.
*Reminder: UI related bug about the ACME tool or certificate tab in general should use the BUG report template instead.*
**Request Details**
- ACME mode: [HTTP challenge / DNS challenge]
- CA used: [e.g. Let's Encrypted]
- DNS provider: [e.g. Cloudflare, fill in N/A for http challenge]
**Error Message**
Copy and paste the whole error message here with code block tag (i.e. 3 x "`" before and after the code area). Replace your root domain with `example.com` but keeping any subdomain in place.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected Common Name (CN) in certy**
An array of domains that suppose to be in the certificate (replace the root domain with `example.com` but keeping any subdomains)
**Additional context**
Add any other context about the problem here.
** Host Environment (please complete following information, DO NOT REMOVE ANY FIELD(S)) **
- Arch: [e.g. arm64]
- Device: [e.g. Bananapi R2 PRO]
- OS: [e.g. Armbian]
- Version [e.g. 23.02 Bullseye ]
- Are you using Docker? (yes / no)
- Docker Version (fill in "N/A" for native deployment): [e.g. 3.0.4]
- Zoraxy Version [e.g. 3.2.8]

View File

@@ -35,6 +35,7 @@ If applicable, add screenshots to help explain your problem.
- Version [e.g. 23.02 Bullseye ]
- Are you using Docker? (yes / no)
- Docker Version (fill in "N/A" for native deployment): [e.g. 3.0.4]
- Zoraxy Version [e.g. 3.2.8]
**Supplementary links**
If your issue is related to a particular open source project, paste the link here.