mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
fix(issue-templates): standardize type casing for bug report templates
This commit is contained in:
parent
7bab29940c
commit
05282e157c
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: 🚨 Bug Report
|
||||
description: Report a bug you encountered.
|
||||
title: '🚨 '
|
||||
type: bug
|
||||
type: Bug
|
||||
|
||||
body:
|
||||
- type: input
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: 💥 Internal app error
|
||||
description: Internal app error report
|
||||
title: '💥 '
|
||||
type: bug
|
||||
type: Bug
|
||||
|
||||
body:
|
||||
- type: input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue