This weather app is one of best free weather apps. Its so easy to receive the weather conditions in your current location. Realtime temperature, humidity, pressure and wind direction are all in the weather app based.
The following make commands are available :
| command | description |
|---|---|
| make setup | Setup the whole project by adding githooks and installing pod dependencies. |
| make lint | Perform a lint stage using swiftlint.yml. |
| make lint-fix | Automatically fix linting issues. |
| make swiftformat | Automatically format files. |
We follow a code of conduct, if you wish to contribute on this project, we strongly advise you to read it.
Branch naming convention
-
You branch should have a name that reflects it's purpose.
-
It should use the same guidelines as COMMIT_CONVENTIONS (
feat,fix,build,perf,docs), followed by an underscore (_) and a very quick summary of the subject in [kebab case][1].Example:
feat_add-image-tag-database-relation.
Pull requests and commits
Pull requests in this project follow two conventions, you will need to use the templates available in the ISSUE_TEMPLATE folder
If your pull request is still work in progress, please add "WIP: " (Work In Progress) in front of the title, therefor you inform the maintainers that your work is not done, and we can't merge it.
The naming of the PR should follow the same rules as the COMMIT_CONVENTIONS
(Coming soon 🏋️♂️)
(Coming soon 🏋️♂️)
(Coming soon 🏋️♂️)
|
Jacques MAAREK |