Skip to content

Commit

Permalink
docs: change size of headings [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 11, 2022
1 parent 507b6f3 commit 718df54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Describe your issue in detail here -->

# ⚙ Reproduce
## ⚙ Reproduce

<!-- Include your environment and steps to reproduce the issue as detailed as possible -->

# 🛠 Solution
## 🛠 Solution

<!-- If applicable, add a possible solution -->

# ⚠ Additional context
## ⚠ Additional context

<!-- Add any other context about the problem here -->
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Describe your issue in detail here -->

# ⚙ Reproduce
## ⚙ Reproduce

<!-- Include your environment and steps to reproduce the issue as detailed as possible -->

# 🛠 Solution
## 🛠 Solution

<!-- If applicable, add a possible solution -->

# ⚠ Additional context
## ⚠ Additional context

<!-- Add any other context about the problem here -->

0 comments on commit 718df54

Please sign in to comment.