Updated struct.

This commit is contained in:
Ivan Vorobei
2021-05-22 10:24:00 +03:00
parent fb8bc8c435
commit a9507babf4
8 changed files with 198 additions and 6 deletions

2
.github/FUNDING.yml vendored
View File

@@ -1,2 +0,0 @@
patreon: varabeis
custom: https://xcode-shop.com

11
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,11 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ivanvorobei
---
**Describe the problem**
A clear and concise description of what the problem is.

View File

@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
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.

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,9 @@
## Checklist
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
- [ ] Only one for pull request
- [ ] UI Library
- [ ] Installed correct via Swift Package Manager or Cocoapods
- [ ] Clean Readme
- [ ] Preview
- [ ] Added to bottom