An easy to use Android PVCs location finder that helps Nigerians get ready to vote. .
To run on your pc, you would need the following installed:
- Improve search Functionality
- Unit and UI Tests
- Add social likes
The #1 contribution you could make is to share, and tell people about govote.
Ensure that you fork out of the master
branch and then you can branch out and create a new branch in the following manner:
your initials
- feature you're working on
An example would be:
ft-tolu-adetuyi-countdown
When you're done, please send a GitHub Pull Request to govote-app with a clear list of what you've done (read more about pull requests).
Please follow the standard conventions and make sure all of your commits are atomic (one feature per commit).
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."
Thanks!