NasGradApp (OurCityApp) is native ios application for providing easy way to communicate with public services. The main point of interest is giving the users the possibility (and power) to suggest possible improvements and to notify local government what should be the priority in the future investments.
The nasgrad-ios
repository is where we do development and there are several ways you can participate in the project, for example:
- Submit bugs and feature requests and help us verify as they are checked in.
- Review source code changes.
git checkout master
from any folder in your localnasgrad-ios
repositorygit pull origin master
to ensure you have the latest main codegit checkout -b the-name-of-my-branch
(replacingthe-name-of-my-branch
with a suitable name) to create a branch
- Make sure to follow Coding Guidelines
- Make sure that the new change doesn't already exist as functionality
- If possible, test any visual changes in all device sizes and for both iOS 11 and iOS 12.
git add -A && git commit -m "My message"
(replacingMy message
with a commit message, such asFixed header logo on iOS
) to stage and commit your changesgit push my-fork-name the-name-of-my-branch
- Go to the nasgrad-ios repo and you should see recently pushed branches.
- Follow GitHub's instructions.
Licensed under the MIT License.