summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2018-03-21 11:49:24 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2018-03-21 11:49:24 +0000
commit1e3d9e1293e2cada941e9108f9893dd2e48b6b76 (patch)
tree54331c4fc5b3ae143cf527e9fb8c746e0e04dff2 /.gitlab
parent877b48579ea3f4f780a44693526df4404da5bdfa (diff)
downloadgtk+-1e3d9e1293e2cada941e9108f9893dd2e48b6b76.tar.gz
Reduce the header level in the bug template
Make version and additional information headers use h2, like everything else.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 84a05a4ea2..ebfb0c6279 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -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
@@ -29,11 +29,11 @@
- 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