Files
3x-ui/.github/ISSUE_TEMPLATE/question.yaml
T
Kuzz007 ea00e69d4d chore: remove Docker support entirely from this fork
Never used by this fork's own distribution (install.sh/x-ui.sh is the
only supported install path), AmneziaWG structurally can't run in the
Alpine-based image anyway, and Docker Hub publishing was failing on
every release for lack of configured credentials. Removed Dockerfile,
docker-compose.yml, DockerEntrypoint.sh, DockerInit.sh, .dockerignore,
and the docker.yml CI workflow; dropped the now-dead "Docker" README
subsection (all 7 languages), the "Docker image"/"Docker Compose"
options from the issue/PR templates, and corrected claude-bot.yml's
now-stale references to the deleted files, the never-actually-ours
ghcr.io/mhsanaei/3x-ui image, and (caught in passing) an already-stale
claim that Windows is a supported platform.

Left untouched: generic container-runtime adaptations that apply
regardless of image source (x-ui.sh's running-in-docker detection,
the virtual-interface-name filters, the DNS-over-container-network
note) and deploy/test/smoke-noninteractive.sh, which uses Docker only
as its own test sandbox, not as something this repo ships.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-27 01:13:04 +03:00

90 lines
2.6 KiB
YAML

name: Question
description: Ask how to do something with 3x-ui
title: "[Question]: "
labels: ["question"]
body:
- type: markdown
attributes:
value: |
Before opening a question, please:
- Read the [project Wiki](https://github.com/MHSanaei/3x-ui/wiki) —
most setup, install, and "how do I …" answers live there.
- Search [existing issues](../issues?q=is%3Aissue) — the question
may already have been asked.
Use this template only when you have a usage question that the docs
and previous issues don't answer. If you found something **broken**,
open a Bug report instead.
- type: textarea
id: question
attributes:
label: What are you trying to do?
description: Describe the goal, not just the symptom. The clearer the goal, the better the answer.
placeholder: |
I'm trying to … so that …
I expected the panel to … but I'm not sure how to configure it.
validations:
required: true
- type: textarea
id: tried
attributes:
label: What have you already tried?
description: Pages of the Wiki you read, settings you toggled, commands you ran.
placeholder: |
- Read the `Reverse Proxy` page of the Wiki
- Tried setting `xrayBasePath` to `/proxy` — got 404
validations:
required: false
- type: input
id: xui-version
attributes:
label: 3x-ui version
description: Shown at the top of the panel sidebar.
placeholder: 3.1.0
validations:
required: true
- type: dropdown
id: install-method
attributes:
label: How did you install 3x-ui?
options:
- install.sh script
- Manual build from source
- Other
validations:
required: true
- type: input
id: os
attributes:
label: Operating system
placeholder: Ubuntu 24.04 / Debian 12 / CentOS Stream 9 …
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: Screenshots or config snippets
description: Drag images or paste relevant config. Redact tokens, real domains, client UUIDs.
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Before submitting
options:
- label: I read the [Wiki](https://github.com/MHSanaei/3x-ui/wiki) and searched [existing issues](../issues?q=is%3Aissue).
required: true
- label: This is a usage question, not a bug report.
required: true
- label: This question is written in English.
required: true