From d1c7edfc8709d51cba673a7c0cfc2215286a2089 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 12 Jul 2022 01:13:09 +0200 Subject: [PATCH] docs: change size of headings [skip ci] --- .github/ISSUE_TEMPLATE/bug-report.md | 9 +++++---- .github/ISSUE_TEMPLATE/feature_request.md | 11 ++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 8869effaf..1e8837392 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 patches title: 'problem: `some-patch`' 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 88e116cd3..2c203972e 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 some patch. Do not submit suggestions for patches here. title: 'feat: some feature' labels: feature-request +assignees: '' --- -# 🐞 Issue +## 🐞 Issue - + -# ❗ Solution +## ❗ Solution -# ❓ Motivation +## ❓ Motivation -# ⚠ Additional context +## ⚠ Additional context