Skip to content

Commit

Permalink
Clean and updated stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Mar 21, 2022
1 parent d1ef99a commit c2c041f
Show file tree
Hide file tree
Showing 48 changed files with 928 additions and 1,119 deletions.
24 changes: 6 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,10 @@ labels: bug
assignees: ivanvorobei
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following information):**
- iOS Version [e.g. 14.5.1]
- Framework Version [e.g. 3.0.8]
**Details**
- iOS Version [e.g. 15.2]
- Framework Version [e.g. 1.0.2]
- Installed via [e.g. SPM, Cocoapods, Manually]

**Additional context**
Add any other context about the problem here.
**Describe the Bug**
A clear and concise description of what the bug is.
13 changes: 2 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,5 @@ assignees: ivanvorobei

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
**Feature Description**
Describe what functionality you want to see.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: Question
about: Something is not clear with the project
title: ''
labels: ''
labels: question
assignees: ivanvorobei

---

**Describe the problem that you catch**
**Describe the Problem**
A clear and concise description of what you want to do.
5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
## Goal
<!--- Provide details about reason changes. -->

## Checklist
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
- [] Testing in compability platforms
- [] Installed correct via Swift Package Manager and Cocoapods
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

# Swift Package Manager
.swiftpm

# User Interface
*UserInterfaceState.xcuserstate
3 changes: 2 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ representative at an online or offline event.
## Enforcement

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

All community leaders are obligated to respect the privacy and security of the
Expand Down
Binary file not shown.
25 changes: 0 additions & 25 deletions Example App/iOS Example/AppDelegate.swift

This file was deleted.

46 changes: 0 additions & 46 deletions Example App/iOS Example/CustomCameraViewController.swift

This file was deleted.

26 changes: 0 additions & 26 deletions Example App/iOS Example/SceneDelegate.swift

This file was deleted.

123 changes: 0 additions & 123 deletions Example App/iOS Example/ViewController.swift

This file was deleted.

Loading

0 comments on commit c2c041f

Please sign in to comment.