- Make sure you're logged into your GitHub account!
- Access the repo at https://github.com/albertlucianto/vuex-search.
- Hit the 'fork' button in the top right corner.
- Hack away in your local version!
- Make sure you have git installed!
- Access the repo at https://github.com/albertlucianto/vuex-search.
- Press the big green 'clone or download' button and copy that URL.
- Open your favorite terminal, and execute the command
git clone https://github.com/albertlucianto/vuex-search
.
- Add your local changes after fixing a bug with
git add .
to add the files. - Commit your local changes with
git commit -m "[TOPIC] {description}"
. - Push by running
git push origin master
to master orgit push {branch}
for a branch.
- Head to your main page of your forked repo.
- Hit the create a pull request button.
- Write a good description of the bug you fixed, and whatever details you think are necessary.