From 22b8b42975a8a78640b0b70e6735ace75b0fae63 Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Sun, 7 Dec 2025 10:14:03 +0800 Subject: [PATCH] Update issue templates --- .../acme---dns-challenge-issue.md | 42 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 1 + 2 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/acme---dns-challenge-issue.md diff --git a/.github/ISSUE_TEMPLATE/acme---dns-challenge-issue.md b/.github/ISSUE_TEMPLATE/acme---dns-challenge-issue.md new file mode 100644 index 0000000..ae70071 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/acme---dns-challenge-issue.md @@ -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] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 66e83ce..faa4100 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.