Skip to content

puterakahfi/cvgen

Repository files navigation

cvgen

generate your cv stop wasting your time

Build Status

How to contribute to this project ?

  1. Fork the repo (To do this, go to the repo https://github.com/puterakahfi/cvgen and click on "fork" at the top right of the page)
  2. clone the repository in your machine
$ git clone https://github.com/[your-username]/cvgen
$ cd cvgen 
  1. On your machine, go to the repo you just cloned, create a new branch where you will make your changes and move into it. Once the changes are complete, commit.
$ git checkout -b my-new-branch
$ git commit -m "Added new features "
  1. Send your changes to GitHub by doing a git push of your new branch
$ git push origin my-new-branch
  1. Once your modifications have been sent to your GitHub fork, you have to send your change request by sending a pull request. To do this, go to your GitHub fork, on your my-new-branch, and click on "Compare & pull request".

😍 well done, thank you for your contribution