mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-03 05:38:49 +00:00

Some checks failed
Build and Release 3X-UI / build (386) (push) Has been cancelled
Build and Release 3X-UI / build (amd64) (push) Has been cancelled
Build and Release 3X-UI / build (arm64) (push) Has been cancelled
Build and Release 3X-UI / build (armv5) (push) Has been cancelled
Build and Release 3X-UI / build (armv6) (push) Has been cancelled
Build and Release 3X-UI / build (armv7) (push) Has been cancelled
Build and Release 3X-UI / build (s390x) (push) Has been cancelled
* chore: new issue templates * chore: fixing templates * chore: add pull request template also edited bug report * chore: add checklist for question and feat request template * chore: remove title prefix * fix: template title * fix: re-fixing the template title * chore: remove checklist for pull request * chore: remove emojies * fix: elimination of minor defects
77 lines
No EOL
1.9 KiB
YAML
77 lines
No EOL
1.9 KiB
YAML
name: Bug report
|
|
description: Create a report to help us improve
|
|
title: "Bug report"
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for reporting a bug! Please fill out the following information.
|
|
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: My problem is...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: how-repeat-problem
|
|
attributes:
|
|
label: How to repeat the problem?
|
|
description: Sequence of actions that allow you to reproduce the bug
|
|
placeholder: |
|
|
1. Open `Inbounds` page
|
|
2. ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected-action
|
|
attributes:
|
|
label: Expected action
|
|
description: What's going to happen
|
|
placeholder: Must be...
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: received-action
|
|
attributes:
|
|
label: Received action
|
|
description: What's really happening
|
|
placeholder: It's actually happening...
|
|
validations:
|
|
required: false
|
|
|
|
- type: input
|
|
id: xui-version
|
|
attributes:
|
|
label: 3x-ui Version
|
|
description: Which version of 3x-ui are you using?
|
|
placeholder: 2.X.X
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: xray-version
|
|
attributes:
|
|
label: Xray-core Version
|
|
description: Which version of Xray-core are you using?
|
|
placeholder: 2.X.X
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Checklist
|
|
description: Please check all the checkboxes
|
|
options:
|
|
- label: This bug report is written entirely in English.
|
|
required: true
|
|
- label: This bug report is new and no one has reported it before me.
|
|
required: true |