Welcome! We are very happy to have you here. There are always to many things to do and not enough volunteers to help. So please join! This document collect things we need help with and act as a guideline.
Did you find a bug? Bummer! Please help us find the reason and fix them.
- Search on GitHub under Issues if it was already reported. Maybe you can add information to it?
- If you're unable to fina an open issue adressing the problem, please open a new one. Please explain your problem and include as much details as you can as they might help the maintainers to reproduce it:
- A clear and descriptive title.
- Describe your issue and add exact steps to reproduce the issue. You found a crash? Please attach a symbolicated crashreport.
- If possible add a few lines of code or possibly even an example project.
We love to discuss changes and improvements. If there is functionality you want to add or improve please open an issue and describe what you want to do, why and how. Maybe the feature already exists but is hidden? Maybe somebody wants to add ideas on how to implement it.
You are always welcome to add your thoughts to an existing issue in discussion.
When contributing to this repository, please first discuss the change you wish to make via an issue before making a change.
If you implemeted a change please send a Pull Request with a clear list of what you have done. Try to only tackle one thing a time. This will lead to smaller pull requests that are easier to review.
You want to contribute code? Awesome. Here are some tips that should get you started.
- Check out the repository
- Install the Cocoapods by running
pod install
from the checked out folder - Open the Workspace in Xcode
In the Workspace you will find the PiwikTracker Project. Inside of it there is a folder for the SDK code and one for the Tests. Tests can be run from the PiwikTracker scheme.
All the example code can be found in the Workspace, in the Examples folder. There is a scheme for every example application. When changing the SDK itself, it might be necessary to run a pod update
to install all those changes in the Example applications.
We have a small set of Quick and Nimble specs and we are always open for more.