Skip to content

milika/nasgrad-ios

 
 

Repository files navigation

NasGradApp

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:

Contributing

Create a branch

  1. git checkout master from any folder in your local nasgrad-ios repository
  2. git pull origin master to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Make the change

  1. Make sure to follow Coding Guidelines
  2. Make sure that the new change doesn't already exist as functionality

Test the change

  1. If possible, test any visual changes in all device sizes and for both iOS 11 and iOS 12.

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fixed header logo on iOS) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the nasgrad-ios repo and you should see recently pushed branches.
  4. Follow GitHub's instructions.

License

Licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.5%
  • Ruby 0.5%