Welcome to report Issues or pull requests. It's recommended to read the following Contributing Guide first before contributing.
We use Github Issues to track public bugs and feature requests.
Please search the existing issues to see if any similar issue or feature request has already been filed. You should make sure your issue isn't redundant.
If you open an issue, the more information the better. Such as detailed description, screenshot or video of your problem, logcat and xlog or code blocks for your crash.
We strongly welcome your pull request to make MTHawkeye better.
We use Git Flow branching model in this repository:
- We use the
master
branch for bringing forth production releases - We use the
develop
branch for "next release" development. - We prefix
feature
branch names withfeature/
. - We prefix
release
branch names withrelease/
. - We prefix
hotfix
branch names withhotfix/
.
Make commits of logical units of work.
- Smaller / simpler commits are usually easier to review.
- Ideally, lint the files to make sure they do not contain syntax errors before committing them. (
pod lib lint
). - Ideally, write good commit messages.
Run Develop Setup Shell after clone to makesure clang-format
git commit hook has installed. Each git commit submitted require verified by clang-format at least, see .clang-format file for basic code style.
By contributing to MTHawkeye, you agree that your contributions will be licensed under its MIT LICENSE