# Contributing guidlines Thank you for contributing to Keychain Swift library. Feel free to create an issue if you notice a bug or need help. ## Useful things to mention in an issue message * Library setup method: file, Carthage, CocoaPods or Swift Package Manager. * Version of the library, if known. Example: 8.0. * Xcode version. Example: 8.3.3. * OS version. Example: iOS 10.3.2. ## Submitting a pull request Before extending the library please first consider creating an issue to discuss what you are planning to add. Please note that this library is not a full featured wrapper around Keychain API. The purpose of this project is to do few things and do them well. There are many excellent [alternative solutions](https://github.com/evgenyneu/keychain-swift#alternative-solutions) that provide additional features to people who need them. This project, in contrast, is a single-purpose tool that sacrifices functionality in favor of the ease of use.