Reduce the header level in the bug template
authorEmmanuele Bassi <ebassi@gmail.com>
Wed, 21 Mar 2018 11:49:24 +0000 (11:49 +0000)
committerEmmanuele Bassi <ebassi@gmail.com>
Wed, 21 Mar 2018 11:49:24 +0000 (11:49 +0000)
Make version and additional information headers use h2, like everything else.

.gitlab/issue_templates/Bug.md

index 84a05a4ea22eeb7e5b38e5c14447e1316a4840d3..ebfb0c6279af07d6365f074c09eca3560e17c606 100644 (file)
@@ -21,7 +21,7 @@
   Please describe the expected outcome
 -->
 
-# Version information
+## Version information
 <!--
  - which version of GTK+ you are using
  - what operating system and version
  - if you built GTK+ yourself, the list of options used to configure the build
 -->
 
-# Additional information
+## Additional information
 <!--
  - If the bug was a crash, the exact text that was printed out
    when the crash occurred.
  - If the bug was a crash, attaching a stack trace obtained using
    GDB is appreciated; follow the instructions on the wiki:
    https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces
--->
+-->
\ No newline at end of file