Skip to content

Commit f27e22b

Browse files
committed
Updated Readme.
1 parent db5cd72 commit f27e22b

File tree

6 files changed

+29
-15
lines changed

6 files changed

+29
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: ivanvorobei
7-
87
---
98

109
**Describe the bug**
@@ -21,7 +20,7 @@ If applicable, add screenshots to help explain your problem.
2120

2221
**Smartphone (please complete the following information):**
2322
- iOS Version [e.g. 14.5.1]
24-
- `SPDiffable` version [e.g. 1.0.8]
23+
- Framework Version [e.g. 3.0.8]
2524
- Installed via [e.g. SPM, Cocoapods, Manually]
2625

2726
**Additional context**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Something is not clear with the project
4+
title: ''
5+
labels: ''
6+
assignees: ivanvorobei
7+
8+
---
9+
10+
**Describe the problem that you catch**
11+
A clear and concise description of what you want to do.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
## Checklist
55
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
6-
- [ ] Testing in `iOS`
6+
- [ ] Testing in compability platforms
77
- [ ] Installed correct via Swift Package Manager and Cocoapods

Readme.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you like the project, don't forget to `put star ★` and follow me on GitHub:
2828
- [Example](#ready-use)
2929
- [List classes](#ready-use-classes)
3030
- [Wrapper](#wrapper)
31-
- [Сooperation](#сooperation)
31+
- [Сontribution](#сontribution)
3232
- [Other Projects](#other-projects)
3333
- [Russian Community](#russian-community)
3434

@@ -289,6 +289,10 @@ In project you can find class `SPDiffableWrapperItem`. Using it, when you don't
289289
let item = SPDiffableWrapperItem(identifier: "unqi-identifier", model: LocationRowModel(city: "Minsk"))
290290
```
291291

292+
## Сontribution
293+
294+
My English is very bad. You can see this once you read the documentation. I would really like to have clean and nice documentation. If you see gramatical errors and can help fix the Readme, please contact me [email protected] or make a Pull Request. Thank you in advance!
295+
292296
## Other Projects
293297

294298
I love being helpful. Here I have provided a list of libraries that I keep up to date. For see `video previews` of libraries without install open [opensource.ivanvorobei.by](https://opensource.ivanvorobei.by) website.<br>
@@ -298,25 +302,25 @@ I have libraries with native interface and managing permissions. Also available
298302
<a href="https://opensource.ivanvorobei.by">
299303
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
300304
</a>
305+
<a href="https://xcodeshop.ivanvorobei.by">
306+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/xcode-shop.svg">
307+
</a>
301308
</p>
302309

303310
## Russian Community
304311

305-
Веду каналы об iOS разработке. Один с туториалами и новостями, другой с обзором библиотек.<br>
306-
Со сложной задачей помогут в чате.
312+
Подписывайся в телеграмм-канал, если хочешь получать уведомления о новых туториалах.<br>
313+
Со сложными и непонятными задачами помогут в чате.
307314

308315
<p float="left">
309-
<a href="https://sparrowcode.by/telegram/channel">
310-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-tutorials.svg">
311-
</a>
312-
<a href="https://sparrowcode.by/telegram/libs">
313-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-libraries.svg">
316+
<a href="https://tutorials.ivanvorobei.by/telegram/channel">
317+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/open-telegram-channel.svg">
314318
</a>
315-
<a href="https://sparrowcode.by/telegram/chat">
319+
<a href="https://tutorials.ivanvorobei.by/telegram/chat">
316320
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-chat.svg">
317321
</a>
318322
</p>
319323

320-
Видео-туториалы выклыдываю на [YouTube](https://sparrowcode.by/youtube):
324+
Видео-туториалы выклыдываю на [YouTube](https://tutorials.ivanvorobei.by/youtube):
321325

322-
[![Tutorials on YouTube](https://cdn.ivanvorobei.by/github/readme/youtube-preview.jpg)](https://sparrowcode.by/youtube)
326+
[![Tutorials on YouTube](https://cdn.ivanvorobei.by/github/readme/youtube-preview.jpg)](https://tutorials.ivanvorobei.by/youtube)

SPDiffable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SPDiffable'
4-
s.version = '1.5.0'
4+
s.version = '1.5.1'
55
s.summary = 'Extenshion of Diffable API which allow not duplicate code and use less models.'
66
s.homepage = 'https://github.com/ivanvorobei/SPDiffable'
77
s.source = { :git => 'https://github.com/ivanvorobei/SPDiffable.git', :tag => s.version }

0 commit comments

Comments
 (0)