From 4e99052d0737c6e38b10d2f9fbf7863c5b2d5a37 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 14 Mar 2018 17:30:29 -0400 Subject: [PATCH] Fix GitHub issue template formatting The extra spaces were preventing proper bolding. Closes: #1306 Approved by: cgwalters --- .github/ISSUE_TEMPLATE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index e1271783..ff723eea 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,12 +1,12 @@ -** Host system details ** +**Host system details** Provide the output of `rpm-ostree status`. -** Expected vs actual behavior ** +**Expected vs actual behavior** ``` # rpm-ostree install somepackage -error: installing somepackage: encountered some an error +error: installing somepackage: encountered an error ``` Expected: