zipcode validation microservice
-
star this project ;)
-
If you'd like to contribute, go through the issues - and first ask to be assigned to a specific issue. Obviously you can report bugs or make suggestions for new features.
-
Fork the repository (top right hand corner) This will add a fork to your own repositories
-
Clone your fork on your local machine with ssh (or https)
git clone https://github.com/<your-user>/zipcode.git
-
Make a feature branch for the issue
git checkout -b some-feature-branch
-
Make test cases & code for the feature
-
Commit & push your updates
git commit -m 'some useful message about what you did' git push origin some-feature-branch
-
Create a Pull Request From your GitHub profile page you can launch a pull request
THANK YOU!