From feab35e76cd3400d11e04e72e84d8189c0c53668 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 12 Jul 2022 01:12:06 +0200 Subject: [PATCH] docs: change size of headings [skip ci] --- .github/ISSUE_TEMPLATE/bug-report.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 9440b5ee..1de9b8ec 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,18 +8,18 @@ assignees: '' --- -# 🐞 Issue +## 🐞 Issue -# ⚙ Reproduce +## ⚙ Reproduce -# 🛠 Solution +## 🛠 Solution -# ⚠ Additional context +## ⚠ Additional context diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 56055dba..9331adcf 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest a change for the integrations. Do not submit suggestions for patches +about: Suggest a change on the integrations. Do not submit suggestions for patches here. title: 'feat: some feature' labels: feature-request @@ -8,18 +8,18 @@ assignees: '' --- -# 🐞 Issue +## 🐞 Issue - + -# ❗ Solution +## ❗ Solution -# ❓ Motivation +## ❓ Motivation -# ⚠ Additional context +## ⚠ Additional context