borikaryash / contribute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to contribute?

Follow the instructions in order:

  1. Fork this repository.

  2. Clone your fork, using git clone https://github.com/nlok5923/contribute.git

  3. Change Directory to contribute, using cd contribute

  4. Create a branch named add-{github-username}, using git checkout -b add-{github-username}

  5. Add a .txt file with file name as your github username inside _post folder the format of the file should be same as of sample.txt in _post folder.

  6. Now add this file to your staging area, using git add _post/{filename}.txt

  7. Now commit the changes using, git commit -m "Add username {github-username}"

  8. Push the changes using, git push

  9. Open a pull request: As soon as the changes will be pushed, GUI of repository's main page will show a yellow banner saying you too open a Pull request, just click on it and you are done.

Successfull contributors ✨

About