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 :-)
pull/66662/head
Sam Jewell 2 years ago committed by GitHub
parent 90f0b1c6e2
commit 50c5bbc367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .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:

Loading…
Cancel
Save