Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.07 KB

Bug report

Basically, any difference between iOS7 UIKit and UI7Kit is a bug.

To describe a bug, please consider to contain all of these. (Copy and paste would be a good idea)

  1. Current behavior
  2. Expected behavior
  3. How to reproduce this bug
  4. Screenshot difference of iOS7 simulator and your environment (optional)
  5. The code to reproduce this bug (optional)

I will review all the reports weather your issue includes this information or not. But I prefer easy issues and these informations make me feel easy to review the issue. (So, of course, if your issue is obvious and clear, no additional information is required)

Installation issue

Most of this issue is related to cocoapods. Try to update cocoapods first. If your cocoapods is the most recent version but still has problem, please let me know next informations.

  1. cocoapods version ( pod --version )
  2. Your Podfile
  3. Your Xcode version

Pull request

I read every patch line by line and run it before merging. Short comment about what you changed would be great.