mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
chore: Made bug report allow screenshots (#404)
This commit is contained in:
commit
6f6ae76bbd
1 changed files with 7 additions and 6 deletions
13
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
name: "🐛 Bug Report"
|
name: "🐛 Bug Report"
|
||||||
description: Create a new ticket for a bug.
|
description: Create a new ticket for a bug.
|
||||||
title: "🐛 <title>"
|
title: "🐛 "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
type: "Bug"
|
type: "Bug"
|
||||||
body:
|
body:
|
||||||
|
|
@ -16,7 +16,7 @@ body:
|
||||||
id: reprod
|
id: reprod
|
||||||
attributes:
|
attributes:
|
||||||
label: "Reproduction steps"
|
label: "Reproduction steps"
|
||||||
description: Please enter an explicit description of your issue
|
description: Please provide clear steps to reproduce the bug
|
||||||
value: |
|
value: |
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
|
|
@ -30,9 +30,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "Screenshots"
|
label: "Screenshots"
|
||||||
description: If applicable, add screenshots to help explain your problem.
|
description: If applicable, add screenshots to help explain your problem.
|
||||||
value: |
|
placeholder: "Drag and drop screenshots here, or paste image URLs using "
|
||||||

|
|
||||||
render: bash
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
@ -54,12 +52,15 @@ body:
|
||||||
- iOS
|
- iOS
|
||||||
- Linux
|
- Linux
|
||||||
- Windows
|
- Windows
|
||||||
- Macos
|
- macOS
|
||||||
- Web
|
- Web
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: App Version
|
label: App Version
|
||||||
description: What version of Fladder are you using?
|
description: What version of Fladder are you using?
|
||||||
placeholder: e.g. v0.2.1 (25) or just v0.2.1
|
placeholder: e.g. v0.2.1 (25) or just v0.2.1
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue