From 8bf9974af70e33683459d0b672926ec7261700e3 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 6 Nov 2019 22:36:27 -0800 Subject: [PATCH] Issue template - Update "Environment"; combine type+version fields We want "versions" for everything. Making separate lines for the version just makes it bit harder to write (you have to remove more things) and to read (you have to skim more lines). Changes: * Combine "CMS/CMS Version" * Combine "Database/Database Version" * For "Web Server", also include version. * Add "PHP" --- .gitlab/issue_templates/general-bug-or-issue.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitlab/issue_templates/general-bug-or-issue.md b/.gitlab/issue_templates/general-bug-or-issue.md index 94fe5590c9..bc2ecdde14 100644 --- a/.gitlab/issue_templates/general-bug-or-issue.md +++ b/.gitlab/issue_templates/general-bug-or-issue.md @@ -23,13 +23,12 @@ Environment information: -* __Browser & Version:__ _Firefox 59.0.1/Chrome 78.0.3904/Safari 13_ -* __CiviCRM Version:__ _Master/5.20.0/5.19.1/5.18.2/..._ -* __CMS:__ _Backdrop/Drupal/Joomla/WordPress_ -* __CMS Version:__ _1.0/4.5/6.10/7.30/..._ -* __Database:__ _MariaDB/MySQL/Percona/Other_ -* __Database Versions:__ _5.5/5.7/10.3/10.4/..._ -* __Web Server:__ _Apache/LiteSpeed/Nginx/..._ +* __Browser:__ _Firefox 59.0.1/Chrome 78.0.3904/Safari 13_ +* __CiviCRM:__ _Master/5.20.0/5.19.1/5.18.2/..._ +* __PHP:__ _7.0/7.1/7.2/7.3/...__ +* __CMS:__ _Backdrop 1.5/Drupal 7.30/Joomla 3.3/WordPress 4.5/..._ +* __Database:__ _MySQL 5.7.7/MariaDB 10.4/..._ +* __Web Server:__ _Apache 2.4/Nginx 1.16/..._ Comments ---------------------------------------- -- 2.25.1