Skip to content

Commit 3e6ab67

Browse files
committed
Updated github assets.
1 parent 3f3dfbe commit 3e6ab67

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ labels: bug
66
assignees: ivanvorobei
77
---
88

9-
**Summary**
10-
- iOS Version [e.g. 14.5.1]
11-
- Framework Version [e.g. 3.0.8]
9+
**Details**
10+
- iOS Version [e.g. 15.2]
11+
- Framework Version [e.g. 1.0.2]
1212
- Installed via [e.g. SPM, Cocoapods, Manually]
1313

14-
**Describe the bug**
14+
**Describe the Bug**
1515
A clear and concise description of what the bug is.

.github/ISSUE_TEMPLATE/feature_request.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ assignees: ivanvorobei
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12-
13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
10+
**Feature Description**
11+
Describe what functionality you want to see.

.github/ISSUE_TEMPLATE/question.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Question
33
about: Something is not clear with the project
44
title: ''
5-
labels: 'question'
5+
labels: question
66
assignees: ivanvorobei
77

88
---
99

10-
**Describe the problem that you catch**
10+
**Describe the Problem**
1111
A clear and concise description of what you want to do.

Sources/SPDiffable/Collection/SPDiffableCollectionView.swift

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ open class SPDiffableCollectionView: UICollectionView, UICollectionViewDelegate
8484
switch item {
8585
case let model as SPDiffableActionableItem:
8686
model.action?(model, indexPath)
87+
case let model as SPDiffableWrapperItem:
88+
model.action?(model, indexPath)
8789
default:
8890
break
8991
}

0 commit comments

Comments
 (0)