You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
---
2
2
name: Bug report
3
3
about: Create a report to help us improve
4
-
title: "[Bug] "
4
+
title: '[Bug] '
5
5
labels: bug
6
6
assignees: ''
7
-
8
7
---
9
8
10
9
-[ ] I have gone through the action [README](https://github.com/SwiftyLab/setup-swift/blob/main/README.md), [documentation](https://github.com/SwiftyLab/setup-swift/blob/main/action.yml) and [wiki](https://github.com/SwiftyLab/setup-swift/wiki).
@@ -15,6 +14,7 @@ A clear and concise description of what the bug is.
15
14
16
15
**To Reproduce**
17
16
Steps to reproduce the behavior:
17
+
18
18
1. Choose runner '...'
19
19
1. Provide action input '...'
20
20
1. Run action with environment variables '...'
@@ -30,9 +30,10 @@ Action run log, either link to action run or log file.
30
30
If applicable, add screenshots to help explain your problem.
31
31
32
32
**Runner (please complete the following information):**
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
---
2
2
name: Feature request
3
3
about: Suggest an idea for this project
4
-
title: "[Feature Request] "
4
+
title: '[Feature Request] '
5
5
labels: enhancement
6
6
assignees: ''
7
-
8
7
---
9
8
10
9
-[ ] I have gone through the action [README](https://github.com/SwiftyLab/setup-swift/blob/main/README.md), [documentation](https://github.com/SwiftyLab/setup-swift/blob/main/action.yml) and [wiki](https://github.com/SwiftyLab/setup-swift/wiki).
0 commit comments