From 5af0932fa8535bd607aa0e716b791fe5912a9de0 Mon Sep 17 00:00:00 2001
From: Xinwei Xiong <86140903+cubxxw@users.noreply.github.com>
Date: Wed, 10 May 2023 22:58:09 +0800
Subject: [PATCH] delete issue template (#376)
---
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 37 --------------------
.github/ISSUE_TEMPLATE/deployment-issues.md | 36 -------------------
.github/ISSUE_TEMPLATE/update-.md | 38 ---------------------
3 files changed, 111 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
delete mode 100644 .github/ISSUE_TEMPLATE/deployment-issues.md
delete mode 100644 .github/ISSUE_TEMPLATE/update-.md
diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
deleted file mode 100644
index e5d8ed6fa..000000000
--- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-name: "\U0001F41E Bug"
-about: File a bug/issue
-title: "[BUG]
"
-labels: ''
-assignees: ''
-
----
-
-
-
-### Environment:
-
-
-### Physical Memory Capacity:
-
-
-### Docker Image:
-
-
-### Code Version:
-
-
-### Component installation:
-
-
-
-### Log File:
-
-
-
-### screenshot:
-
diff --git a/.github/ISSUE_TEMPLATE/deployment-issues.md b/.github/ISSUE_TEMPLATE/deployment-issues.md
deleted file mode 100644
index 57d7cbcb7..000000000
--- a/.github/ISSUE_TEMPLATE/deployment-issues.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-name: Deployment issues
-about: Deployment issues
-title: ''
-labels: ''
-assignees: ''
-
----
-
-If you are deploying OpenIM for the first time
-
-
-
-```
-git clone https://github.com/OpenIMSDK/Open-IM-Server.git --recursive
-```
-
-screenshot here
-
-```
-cd Open-IM-Server/script ; chmod +x *.sh ; ./env_check.sh
-```
-
-screenshot here
-
-```
-cd .. ; docker-compose up -d
-```
-
-screenshot here
-
-```
-cd script ; ./docker_check_service.sh
-```
-
-screenshot here
diff --git a/.github/ISSUE_TEMPLATE/update-.md b/.github/ISSUE_TEMPLATE/update-.md
deleted file mode 100644
index ba8da7270..000000000
--- a/.github/ISSUE_TEMPLATE/update-.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-name: 'update '
-about: update docker image
-title: update docker image
-labels: ''
-assignees: ''
-
----
-
-```
-cd Open-IM-Server ; docker-compose down
-```
-
-screenshot here
-
-```
-git pull
-```
-
-screenshot here
-
-```
-docker-compose pull
-```
-
-screenshot here
-
-```
-chmod +x script/*.sh ; docker-compose up -d
-```
-
-screenshot here
-
-```
-cd script ; ./docker_check_service.sh
-```
-
-screenshot here