OpenSouceCode / Hacktoberfest2020
- понедельник, 5 октября 2020 г. в 00:25:22
HTML
Make your first Pull Request and earn a free tee from GitHub!
Make your first Pull Request and earn a free tee from GitHub!
# Welcome to GitHub!git branch new-user
and check it out git checkout new-user
and git checkout -b new-user
)static/images/
( use drag and drop option or upload by commands.)content/participant/
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
)Replace <YOUR-USERNAME>
with your GitHub username in this guide.
Add a picture picture of your choice in static/images/
. Accepted files are png and jpg, should be squared and minimum size 544x544 pixels. Ex.
static/images/<YOUR-USERNAME>.png
Be aware, this picture will be displayed on the yearbook!
Create a markdown file in your folder following the convention content/participant/<YOUR-USERNAME>.md
. Ex.
content/participant/<YOUR-USERNAME>.md/
Copy the next template into your file, delete the boilerplate data and fill the information with yours.
---
name: YOURNAME
institution: INSTITUTION_NAME
github:USERNAME
Do not use special characters in the template above.