Skip to content

Commit c2c041f

Browse files
committed
Clean and updated stuff.
1 parent d1ef99a commit c2c041f

Some content is hidden

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

48 files changed

+928
-1119
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,10 @@ labels: bug
66
assignees: ivanvorobei
77
---
88

9-
**Describe the bug**
10-
A clear and concise description of what the bug is.
11-
12-
**To Reproduce**
13-
Steps to reproduce the behavior:
14-
15-
**Expected behavior**
16-
A clear and concise description of what you expected to happen.
17-
18-
**Screenshots**
19-
If applicable, add screenshots to help explain your problem.
20-
21-
**Smartphone (please complete the following information):**
22-
- iOS Version [e.g. 14.5.1]
23-
- Framework Version [e.g. 3.0.8]
9+
**Details**
10+
- iOS Version [e.g. 15.2]
11+
- Framework Version [e.g. 1.0.2]
2412
- Installed via [e.g. SPM, Cocoapods, Manually]
25-
26-
**Additional context**
27-
Add any other context about the problem here.
13+
14+
**Describe the Bug**
15+
A clear and concise description of what the bug is.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +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.
15-
16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
18-
19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
10+
**Feature Description**
11+
Describe what functionality you want to see.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
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: ''
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.

.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

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

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at [email protected].
62+
reported to the community leaders responsible for enforcement at
63+
6364
All complaints will be reviewed and investigated promptly and fairly.
6465

6566
All community leaders are obligated to respect the privacy and security of the

Example App/iOS Example/AppDelegate.swift

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

Example App/iOS Example/CustomCameraViewController.swift

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

Example App/iOS Example/SceneDelegate.swift

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

0 commit comments

Comments
 (0)