Skip to content

Commit

Permalink
Merge pull request #86 from Screenly/use-h3-for-issue-template
Browse files Browse the repository at this point in the history
chore(ci): use Heading 3 in issue templates
  • Loading branch information
vpetersson authored Jan 3, 2025
2 parents f55a58d + f2c9aab commit 297d9de
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
22 changes: 14 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,34 @@ labels: bug
assignees: ''
---

## Description
### Description

<!-- A clear and concise description of what the bug is -->

## Steps To Reproduce
### Steps To Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected Behavior
### Expected Behavior

<!-- A clear and concise description of what you expected to happen -->

## Actual Behavior
### Actual Behavior

<!-- What actually happened -->

## Screenshots
### Screenshots

<!-- If applicable, add screenshots to help explain your problem -->

## 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
<!-- Add any other context about the problem here -->
### Additional Context

<!-- Add any other context about the problem here -->
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ labels: enhancement
assignees: ''
---

## Problem
### Problem

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

## Proposed Solution
### Proposed Solution

<!-- A clear and concise description of what you want to happen -->

## Alternatives Considered
### Alternatives Considered

<!-- A clear and concise description of any alternative solutions or features you've considered -->

## Additional Context
<!-- Add any other context or screenshots about the feature request here -->
### Additional Context

<!-- Add any other context or screenshots about the feature request here -->

0 comments on commit 297d9de

Please sign in to comment.