generate your cv stop wasting your time
- 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)
- clone the repository in your machine
$ git clone https://github.com/[your-username]/cvgen
$ cd cvgen
- 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 "
- Send your changes to GitHub by doing a git push of your new branch
$ git push origin my-new-branch
- 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