From be97a130521be06a4c6e152bf13b58eac6e7cdd8 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Sat, 28 Jan 2023 18:14:36 +1300 Subject: [PATCH] chore: decrease heading level of issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 10 +++++----- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9b5ac9936..991b139de 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -6,22 +6,22 @@ labels: 'Type: Bug, Status: Triage' assignees: '' --- -# Bug Report +## Bug Report -## Expected behavior +### Expected behavior -## Actual behavior +### Actual behavior -## Steps to reproduce +### Steps to reproduce -## Proposed changes +### Proposed changes diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 69b6c7a4b..737b02aa2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -6,4 +6,4 @@ labels: 'Type: Idea, Status: Triage' assignees: '' --- -# Suggestion +## Suggestion