Developer documentation - bonkey/zalando-commerce-ios GitHub Wiki
Coding
- Contribution rules – Rules of play with code and issues.
- Workstation setup - What do you need to start?
- Git hooks - What's useful to have in
.git/hooks. - Issues flow - How do we organize work.
- Useful tools - Not required, but nice to have.
Maintenance
- Calypso script - Setup and tasks
- Translations - How to translate user interface
Continuous Integration
- Merge status checks - List of required and optional merge checks
- Travis CI – Main CI – builds and tests frameworks
- Buddybuild - Secondary CI – builds, tests and distributes demo app
- Codecov – Analyzes and guards source code tests coverage
- Codebeat – Static analysis of code
Release
- Release process – Cheatsheet for releasing new version
- Build code documentation - How to generate code documentation
- CocoaPods publication - How CocoaPods publication works in details
- Carthage publication - How Carthage publication works in details