From 0067b6c0c16ac7041b294d81826c31966e8bedb5 Mon Sep 17 00:00:00 2001
From: Vincent Petry <pvince81@owncloud.com>
Date: Wed, 22 Jan 2014 12:04:24 +0100
Subject: [PATCH] Added boldening of entries for readability

---
 issue_template.md | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

diff --git a/issue_template.md b/issue_template.md
index 4ffb8981be9..bea1f5c4c2d 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -10,32 +10,37 @@ Tell us what should happen
 Tell us what happens instead
 
 ### Server configuration
-Operating system:
+**Operating system**:
 
-Web server: 
+**Web server:**
 
-Database:
+**Database:**
 
-PHP version:
+**PHP version:**
 
-ownCloud version: (see ownCloud admin page)
+**ownCloud version:** (see ownCloud admin page)
 
-Updated from an older ownCloud or fresh install:
+**Updated from an older ownCloud or fresh install:**
 
-List of activated apps:
+**List of activated apps:**
 
-The content of config/config.php: (Without the database password and passwordsalt)
+**The content of config/config.php:**
 
-Are you using external storage, if yes which one:
+```
+Insert your config.php content here
+(Without the database password and passwordsalt)
+```
+
+**Are you using external storage, if yes which one:** local/smb/sftp/...
 
-Are you using quota:
+**Are you using quota:** yes/no
 
-Are you using encryption:
+**Are you using encryption:** yes/no
 
 ### Client configuration
-Browser:
+**Browser:**
 
-Operating system:
+**Operating system:**
 
 ### Logs
 #### Web server error log
-- 
GitLab