From b680caaaf70a026cd52aa724045efd10f7c3c9a5 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Sun, 9 Jul 2017 18:22:21 +0900 Subject: [PATCH] Add Contributing section to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 55fbbe9..e3a9776 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,16 @@ public extension Reactive where Base: NSViewController { github "devxoul/RxViewController" ``` +## Contributing + +Any discussions and pull requests are welcomed 💖 + +To create a Xcode project: + +```console +$ swift package generate-xcodeproj +``` + ## License RxViewController is under MIT license. See the [LICENSE](LICENSE) file for more info.