The following is a set of guidelines for contributing to CircleBar on GitHub.
First of all, thanks for contributing to CircleBar. All of the PRs are welcome.
Before submitting a new GitHub issue, please make sure to
- Check out the readme.
- Search for existing GitHub issues.
If the above doesn't help, please submit an issue on GitHub.
- Please do not change the minimum iOS version.
- Always document new public methods and properties.
Before opening a pull request, please make sure your changes don't break things.
- The framework and example project should build without warnings.
- The example project should run without issues.
When the coding is done and you’ve finished testing your changes, you are ready to submit the PR to the public repository. We recommend the following:
- Use a descriptive title.
- Link the issues that are related to your PR in the body.
- Be nice.
This project is licensed under the terms of the MIT license. See the LICENSE file.