From 27fd6fbb7678f96802440a6e6696e7c41d97a1f2 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Mon, 19 Sep 2016 15:50:06 +1200 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e419447..88a824e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X. [![Cocoapods Compatible](https://img.shields.io/cocoapods/v/SnapKit.svg)](https://cocoapods.org/pods/SnapKit) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +##### ⚠️ **To use with Swift 2.x please ensure you are using == 0.22.0** ⚠️ + +##### ⚠️ **To use with Swift 3.x please ensure you are using >= 3.0.0** ⚠️ + - [Requirements](#requirements) - [Migration Guides](#migration-guides) - [Communication](#communication) From ed6ee8734064edcd5c0bcda7b198f34c75940bb9 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Mon, 19 Sep 2016 15:52:46 +1200 Subject: [PATCH 2/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88a824e..cecae6f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X. [![Cocoapods Compatible](https://img.shields.io/cocoapods/v/SnapKit.svg)](https://cocoapods.org/pods/SnapKit) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -##### ⚠️ **To use with Swift 2.x please ensure you are using == 0.22.0** ⚠️ +#### ⚠️ **To use with Swift 2.x please ensure you are using == 0.22.0** ⚠️ +#### ⚠️ **To use with Swift 3.x please ensure you are using >= 3.0.0** ⚠️ -##### ⚠️ **To use with Swift 3.x please ensure you are using >= 3.0.0** ⚠️ +## Contents - [Requirements](#requirements) - [Migration Guides](#migration-guides) From e148f932439402558603fc35e22aa8462bb4cdf9 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Mon, 19 Sep 2016 15:53:19 +1200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cecae6f..0e5ac50 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ SnapKit is a DSL to make Auto Layout easy on both iOS and OS X. ## Requirements -- iOS 9.0+ / Mac OS X 10.11+ / tvOS 9.0+ +- iOS 8.0+ / Mac OS X 10.11+ / tvOS 9.0+ - Xcode 8.0+ - Swift 3.0+ From dd9e5c7b6f9a8ef7bb920ff83ad38e4e81b85490 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 20 Sep 2016 16:23:08 +1200 Subject: [PATCH 4/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c4e851..75fd6aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,13 @@ # Contributing +## Communication + +- If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/snapkit). (Tag 'snapkit') +- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/snapkit). +- If you **found a bug**, open an issue. +- If you **have a feature request**, open an issue. +- If you **want to contribute**, submit a pull request. + ### Pull Requests We gladly accept any PR's assuming they are well written, documented ( if necessary ) and preferably have test code. If you're unsure if we'll accept a new feature please open an issue requesting it and we can have a discussion before you code and submit a PR. From 47bad2a1f033a7945e20faee38ff031c876db93f Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 20 Sep 2016 16:23:17 +1200 Subject: [PATCH 5/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75fd6aa..2e21174 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,5 @@ # Contributing -## Communication - - If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/snapkit). (Tag 'snapkit') - If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/snapkit). - If you **found a bug**, open an issue.