File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,26 @@ body:
112
112
render : shell
113
113
validations :
114
114
required : false
115
+ - type : textarea
116
+ attributes :
117
+ label : If using Swift Package Manager, the project's Package.resolved
118
+ description : The `Package.resolved` can help us debug versioning issues.
119
+ value : |
120
+ <!--- Look below for instructions on how to share your Package.resolved. --->
121
+
122
+ <details>
123
+ <summary>Expand <code>Package.resolved</code> snippet</summary>
124
+ <br>
125
+
126
+ ```json
127
+
128
+ Replace this line with the contents of your Package.resolved.
129
+
130
+ ```
131
+
132
+ </details>
133
+ validations :
134
+ required : false
115
135
- type : textarea
116
136
attributes :
117
137
label : If using CocoaPods, the project's Podfile.lock
@@ -124,11 +144,8 @@ body:
124
144
<br>
125
145
126
146
```yml
127
- <!--- Paste the contents of your Podfile.lock *inside* this code block.
128
- This will be automatically formatted into code.
129
- --->
130
-
131
147
148
+ Replace this line with the contents of your Podfile.lock!
132
149
133
150
```
134
151
You can’t perform that action at this time.
0 commit comments