Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Latest commit

Β 

History

History
46 lines (30 loc) Β· 1.24 KB

README.md

File metadata and controls

46 lines (30 loc) Β· 1.24 KB

HacktoberFest Thailand Event 2020

Make your pull request and earn a free tee from GitHub! πŸ˜€

This project is perfect for your first pull request

🚨 Replace <YOUR-USERNAME> with your GitHub username

Instructions

  • Fork this Reository ( use the button at the top or gh repo fork t6tg/htbf )
  • Clone your forked repository to your computer ( git clone https://github.com/YOUR-USERNAME/htbf )
  • Create a new branch for your modifications ( git checkout -b add-profile )
  • Add your data in contents/
  • Add your file ( git add . ) , commit ( git commit -m "add myprofile" ) and push ( git push -u origin add-profile )
  • create pull request

How to make your Pull Request

🚨 Replace <YOUR-USERNAME> with your GitHub username

1.Add your profile information

Create a markdown file in your folder

contents/<YOUR-USERNAME>.md

Copy the next template into your file, delete the boilerplate data and fill the information with yours.

---
name: YOURNAME
github: GITHUB-USERNAME
message: YOUR-MESSAGE
---

☒️ Do not use special characters in the template above.

2.Wait for Pull Request to merge

3. Congratulations , you've done your pull request πŸŽ‰

This project was inspired by OpenSouceCode/Hacktoberfest2020