From b78a3d8b83a9e4824d4ebda6bf1079a1054e35f2 Mon Sep 17 00:00:00 2001 From: Kirtan Gajjar Date: Thu, 8 Nov 2018 16:34:27 +0530 Subject: [PATCH 1/3] Update Issue template for v4 --- .github/ISSUE_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 11f07cc10..e7e4fd4a5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,7 @@ This issue tracker is only for issues related to EasyEngine. Please use http://community.rtcamp.com/c/easyengine for support questions. -If you feel the issue is a EasyEngine core specific issue, please attach the output of the following commands. +If you feel the issue is a EasyEngine specific issue, please attach the output of the following commands. System Information - [ ] lsb_release -a -- [ ] ee cli version - [ ] ee cli info -- [ ] wp --allow-root --info From 2e4bf0210fc19ea355f4d31c67c96c8024ecc4dd Mon Sep 17 00:00:00 2001 From: Kirtan Gajjar Date: Mon, 19 Nov 2018 18:54:32 +0530 Subject: [PATCH 2/3] Add docker info --- .github/ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e7e4fd4a5..514bb5542 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,5 +3,7 @@ This issue tracker is only for issues related to EasyEngine. Please use http://c If you feel the issue is a EasyEngine specific issue, please attach the output of the following commands. System Information -- [ ] lsb_release -a - [ ] ee cli info +- [ ] docker -v +- [ ] docker version +- [ ] docker-compose version From 0c86f294396103c9c9d873f62ece47f15353113b Mon Sep 17 00:00:00 2001 From: Kirtan Gajjar Date: Mon, 19 Nov 2018 18:55:25 +0530 Subject: [PATCH 3/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 514bb5542..633ce175d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,6 +4,6 @@ If you feel the issue is a EasyEngine specific issue, please attach the output o System Information - [ ] ee cli info -- [ ] docker -v +- [ ] lsb_release -a - [ ] docker version - [ ] docker-compose version