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.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -41,25 +41,25 @@ body:
41
41
required: false
42
42
- type: textarea
43
43
attributes:
44
-
label: Steps to reproduce
44
+
label: Reproducing project
45
45
description: |
46
-
Explanation of how to reproduce the incorrect behavior.
47
-
48
-
This could include an attached project or link to code that is exhibiting the issue, and/or a screen recording.
46
+
Provide a full SPM package or Xcode project that demonstrates the problem you are seeing. If you cannot reproduce the problem in a standalone project, then provide a detailed explanation of how to reproduce the incorrect behavior.
47
+
48
+
Note that without a project that reproduces the problem we are likely to close this issue and convert it to a discussion until more details are provided.
49
49
placeholder: |
50
-
1. ...
50
+
Drag and drop a full SPM package or Xcode project into this text field that demonstrates the problem you are seeing.
51
51
validations:
52
52
required: false
53
53
- type: input
54
54
attributes:
55
55
label: The Composable Architecture version information
56
56
description: The version of the Composable Architecture used to reproduce this issue.
57
-
placeholder: "'0.38.0' for example, or a commit hash"
57
+
placeholder: "'1.14.0' for example, or a commit hash"
0 commit comments