-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Contribution Guide
Luke Zhao edited this page Feb 13, 2017
·
2 revisions
If you run into problems, please open an issue.
When filling bugs, we can best help you if you include the following:
- Screenshot of video of what happened.
- Description of what suppose to happen.
- An example project would be nice.
We welcome pull requests. By contributing to Hero you agree that your contributions will be licensed under its MIT license. Your work is appreciated!
But before you do any real work, especially framework changes, check if there is any existing issues. Some people might be working on the issues already. For API changes, we need detailed discussion before continuing.
- Help us test the latest master branch.
- Grab existing issues. (Checkout the project tab for todos, make sure you reply to the issue to let us know that you have started working on it.)
- 2 space indent
- follow Swift Style Guide as much as possible.