We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9235013 commit 01b41c6Copy full SHA for 01b41c6
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -3,7 +3,6 @@ description: File a bug report
3
title: '[Bug]: '
4
labels: ['Bug']
5
6
-
7
body:
8
- type: markdown
9
attributes:
@@ -21,7 +20,7 @@ body:
21
20
id: reproduction-steps
22
23
label: Steps to reproduce?
24
- description: Provide as much detail as posible to reproduce the issue.
+ description: Provide as much detail as possible to reproduce the issue.
25
placeholder: |
26
1. Install vX.Y.Z of dependency
27
2. Launch the app on iOS device
.github/workflows/project.yml
@@ -1,5 +1,4 @@
1
name: Add issues to project
2
on:
issues:
types:
0 commit comments