Browse Source

Add github setup

Marcin Krzyżanowski 7 years ago
parent
commit
0aac09778f
2 changed files with 29 additions and 0 deletions
  1. 1 0
      .github/CODEOWNERS
  2. 28 0
      .github/ISSUE_TEMPLATE.md

+ 1 - 0
.github/CODEOWNERS

@@ -0,0 +1 @@
+*       @krzyzanowskim

+ 28 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,28 @@
+# Details
+
+- CryptoSwift version: 
+- Swift version: 
+- Platform version: 
+	- [ ] iOS/tvOS/watchOS
+	- [ ] macOS
+	- [ ] Linux
+- Installation: 
+	- [ ] CocoaPods
+	- [ ] Carthage
+	- [ ] Swift Package Manager
+	- [ ] Manual
+- [ ] [I'm a supporter](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=92Z6U3LBHF9J4)
+
+# Description
+
+
+# Steps to reproduce
+
+
+Sample code:
+
+```swift
+import CryptoSwift
+
+
+```