From f2c9aab92489c57d5c27e57bd6fe4db5aeca531a Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Thu, 2 Jan 2025 16:29:19 -0800 Subject: [PATCH] chore(ci): use Heading 3 in issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++-------- .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++++++----- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2525e49..f73394c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,28 +6,34 @@ labels: bug assignees: '' --- -## Description +### Description + -## Steps To Reproduce +### Steps To Reproduce 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -## Expected Behavior +### Expected Behavior + -## Actual Behavior +### Actual Behavior + -## Screenshots +### Screenshots + -## Environment +### Environment + - Browser & Version: [e.g. Chrome 121, Firefox 123] - Extension Version: [e.g. v1.0.0] - OS: [e.g. Windows 11, macOS Sonoma] -## Additional Context - \ No newline at end of file +### Additional Context + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0f84bfb..f0a60e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,14 +6,18 @@ labels: enhancement assignees: '' --- -## Problem +### Problem + -## Proposed Solution +### Proposed Solution + -## Alternatives Considered +### Alternatives Considered + -## Additional Context - \ No newline at end of file +### Additional Context + +