From 718df54bdc2cbfdb6f1501406e0636eb418a06ed Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 12 Jul 2022 01:13:42 +0200 Subject: [PATCH] docs: change size of headings [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7f357bc..484e4af 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,21 +3,22 @@ name: Bug report about: Create a bug report on the CLI. Do not submit suggestions for patches here. title: 'problem: some problem' labels: bug +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 171ff7e..1bddca2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,21 +3,22 @@ name: Feature request about: Suggest a change to the CLI. Do not submit suggestions for patches here. title: 'feat: some feature' labels: feature-request +assignees: '' --- -# 🐞 Issue +## 🐞 Issue -# ⚙ Reproduce +## ⚙ Reproduce -# 🛠 Solution +## 🛠 Solution -# ⚠ Additional context +## ⚠ Additional context