From c053991a37e71ff8eebe73c534a1f157e5296e95 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 3 Mar 2023 02:08:38 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 32dcb0f8..311bc2dc 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ [![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html) > **Disclaimer: This project is only for personal learning and communication, please do not use it for illegal purposes, please do not use it in a production environment** - -# Temporary downgrade to 0.2.4 due to fixing bugs -Coming back soon with new features - xray panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese)** | Features | Enable? | From a9c25cddb3d54cc49d9a6843579194f721167340 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sun, 5 Mar 2023 14:41:13 +0100 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question-template.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question-template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..b59cbf29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..554c6ae9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question-template.md b/.github/ISSUE_TEMPLATE/question-template.md new file mode 100644 index 00000000..790bdf8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-template.md @@ -0,0 +1,10 @@ +--- +name: Question template +about: Ask if it is not clear that it is a bug +title: '' +labels: question +assignees: '' + +--- + + From d07a2119ce340c0bcb4295e7adb4574cfe76a194 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 7 Mar 2023 14:52:20 +0100 Subject: [PATCH 3/3] Fix docker command #47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 311bc2dc..e85e5090 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ docker run -itd --network=host \ -v $PWD/db/:/etc/x-ui/ \ -v $PWD/cert/:/root/cert/ \ --name x-ui --restart=unless-stopped \ - alireza0/x-ui:latest + alireza7/x-ui:latest ``` > Build your own image