Skip to content

Commit 16a65bb

Browse files
committed
Added source code of v5.
1 parent 9f2c6a8 commit 16a65bb

File tree

65 files changed

+814
-2163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+814
-2163
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@ title: ''
55
labels: bug
66
assignees: ivanvorobei
77
---
8-
9-
**Details**
10-
- iOS Version [e.g. 15.2]
11-
- Framework Version [e.g. 1.0.2]
12-
- Installed via [e.g. SPM, Cocoapods, Manually]
13-
14-
**Describe the Bug**
15-
A clear and concise description of what the bug is.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ about: Suggest an idea for this project
44
title: ''
55
labels: enhancement
66
assignees: ivanvorobei
7-
87
---
9-
10-
**Feature Description**
11-
Describe what functionality you want to see.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
## Goal
22
<!--- Provide details about reason changes. -->
3-
4-
## Checklist
5-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
6-
- [] Testing in compability platforms
7-
- [] Installed correct via `Swift Package Manager` and `Cocoapods`

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# osX files
1+
# macOS Files
22
.DS_Store
33
.Trashes
44

55
# Swift Package Manager
66
.swiftpm
7-
8-
# User Interface
9-
*UserInterfaceState.xcuserstate

.mailmap

Lines changed: 0 additions & 3 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Contributing
22

3-
Here provided more info about project, contribution process and recomended changes.
4-
Please, read it before pull request or create issue.
3+
Here provided info about contribution process and recommendations.
54

65
## Codestyle
76

@@ -28,5 +27,3 @@ Here you find all which using in project:
2827
- // MARK: - Internal
2928
- // MARK: - Models
3029
- // MARK: - Ovveride
31-
32-
If you can't find valid, add new to codestyle agreements please. Other can be use if class is large and need struct it even without adding to codestyle agreements.

0 commit comments

Comments
 (0)