Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 1.74 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.74 KB

Notice about current Status of the project

Since April, I have no devices to test any patches anymore. Because I don't think this library has many users these days, I suggest a guideline for bugs and patches.

  • Any bug reports will be just archived - I don't have any way to solve it.
  • Any patches doesn't look suspicious will be accepted - I will considerate real users. If there is new problems, you can go back to older version or suggest reverting.

Any volunteer - is there someone, really? - who want to take over this project also will be appreciated. We will watch the project together for a while and I will grant every permission.

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.