Skip to content

Commit a1d49ca

Browse files
committed
docs(pr-templates): lint correctly pr templates with prettier
1 parent 85b34bf commit a1d49ca

File tree

4 files changed

+31
-28
lines changed

4 files changed

+31
-28
lines changed
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
name: CLI Bug Report
33
about: Report a bug encountered while using the CLI (eg. `flashlight measure`)
4-
title: ''
4+
title: ""
55
labels: Package:CLI, Status:Unconfirmed
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413

15-
Share the command you're trying to run
14+
Share the command you're trying to run
1615
Share the test files (.yaml files) that appear in the command
1716

1817
Steps to reproduce the behavior:
18+
1919
1. Go to '...'
2020
2. Click on '....'
2121
3. Scroll down to '....'
@@ -28,11 +28,12 @@ A clear and concise description of what you expected to happen.
2828
If applicable, add screenshots to help explain your problem.
2929

3030
**Environment (please complete the following information):**
31-
- OS: [e.g. macOS, windows, ...]
32-
- Flashlight Version [e.g. 0.18.0] (use `flashlight -v` in your terminal)
33-
- Android SDK platform tools version (`adb version` or other)
34-
- Test Framework (appium, maestro, ...) and their version
35-
- Share the bundle identifier of your app
31+
32+
- OS: [e.g. macOS, windows, ...]
33+
- Flashlight Version [e.g. 0.18.0] (use `flashlight -v` in your terminal)
34+
- Android SDK platform tools version (`adb version` or other)
35+
- Test Framework (appium, maestro, ...) and their version
36+
- Share the bundle identifier of your app
3637

3738
**Additional context**
3839
Add any other context about the problem here.
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Cloud Bug Report
33
about: Report a bug encountered while using the cloud website (https://flashlight.dev/)
4-
title: ''
4+
title: ""
55
labels: Package:Cloud, Status:Unconfirmed
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to https://flashlight.dev/
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -26,13 +26,15 @@ A clear and concise description of what you expected to happen.
2626
If applicable, add screenshots to help explain your problem.
2727

2828
**Environment (please complete the following information):**
29-
- OS: [e.g. iOS]
30-
- Browser [e.g. chrome, safari]
31-
- Flashlight version [e.g. 22]
29+
30+
- OS: [e.g. iOS]
31+
- Browser [e.g. chrome, safari]
32+
- Flashlight version [e.g. 22]
3233

3334
**Device (please complete the following information):**
34-
- Device: [e.g. Samsung A15]
35-
- ...
35+
36+
- Device: [e.g. Samsung A15]
37+
- ...
3638

3739
**Additional context**
3840
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Why do you request such a feature ?**
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Front-End Bug Report
33
about: Report a bug encountered while using the front-end app (local or cloud)
4-
title: ''
4+
title: ""
55
labels: Package:Front-End, Status:Unconfirmed
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,10 +24,11 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Environment (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
- Active browser extensions ?
27+
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
31+
- Active browser extensions ?
3132

3233
**Additional context**
3334
Add any other context about the problem here.

0 commit comments

Comments
 (0)