Make your pull request and earn a free tee from GitHub! π
π¨ Replace <YOUR-USERNAME>
with your GitHub username
- 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
π¨ Replace <YOUR-USERNAME>
with your GitHub username
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.
This project was inspired by OpenSouceCode/Hacktoberfest2020