]> Git Repo - buildroot-mgba.git/commitdiff
gitlab: fix issue template
authorYann E. MORIN <[email protected]>
Wed, 11 Sep 2024 19:19:11 +0000 (21:19 +0200)
committerYann E. MORIN <[email protected]>
Wed, 11 Sep 2024 19:24:40 +0000 (21:24 +0200)
The two lines with the Buildroot version and the system os-release
details are rendered on a single line, "because Markdown".

Make that a two-item list, to be sure they are on properly rendered.

Signed-off-by: Yann E. MORIN <[email protected]>
.gitlab/issue_templates/default.md

index c3f23e54ba73fbe365468b197f0504d2ca9ba6b1..968d6aab6414b5c4992cea06c21a5e920373aa44 100644 (file)
@@ -33,8 +33,8 @@ _Note: issues missing any information may get closed without further ado._
 ---
 ### What I did
 
-**Buildroot commit sha1**: _get this with `git describe HEAD`_
-**Distribution of the build machine**: _get this with `NAME` and `VERSION` from `/etc/os-release`_
+**Buildroot commit sha1**: _get this with `git describe HEAD`_
+**Distribution of the build machine**: _get this with `NAME` and `VERSION` from `/etc/os-release`_
 
 _Here, describe what you did:_
 - _any special environment variables: CC, CXX, TARGET, CROSS_COMPILE, etc…_
This page took 0.03344 seconds and 4 git commands to generate.