NašGrad (OurCity) is platform 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 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 localnasgradrepositorygit 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
- Save the files and check in the browser and mobile app
- Make sure that the new change doesn't already exist as functionality
- If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
git add -A && git commit -m "My message"(replacingMy messagewith a commit message, such asFixed header logo on Android) to stage and commit your changesgit push my-fork-name the-name-of-my-branch- Go to the nasgrad repo and you should see recently pushed branches.
- Follow GitHub's instructions.
Licensed under the MIT License.