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 masterfrom any folder in your localnasgrad-iosrepositorygit pull origin masterto ensure you have the latest main codegit checkout -b the-name-of-my-branch(replacingthe-name-of-my-branchwith 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 messagewith 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.