From 50c5bbc367c9489b7a2db33dac66db1695b00cca Mon Sep 17 00:00:00 2001 From: Sam Jewell <2903904+samjewell@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:56:34 +0100 Subject: [PATCH] Use headings in bug report template (#65429) * Use headings in bug report template I've reported a lot of bugs recently, and I've found that headings are a far better way to format bug reports. See https://github.com/grafana/grafana/issues/65426 for an example. Thanks * Switch from H1s to H2s As per PR feedback, H1 already exists as the issue title :-) --- .github/ISSUE_TEMPLATE/1-bug_report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md index a2fecc3893c..e17d15e3e0e 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.md +++ b/.github/ISSUE_TEMPLATE/1-bug_report.md @@ -14,15 +14,15 @@ PROTIP: record your screen and attach it as a gif to showcase the issue. - How to record and attach gif: https://bit.ly/2Mi8T6K --> -**What happened**: +## What happened: -**What you expected to happen**: +## What you expected to happen: -**How to reproduce it (as minimally and precisely as possible)**: +## How to reproduce it (as minimally and precisely as possible): -**Anything else we need to know?**: +## Anything else we need to know?: -**Environment**: +## Environment: - Grafana version: - Data source type & version: - OS Grafana is installed on: