Make your first Pull Request and earn a free tee from GitHub!
# Welcome to GitHub!- Fork this Repository using the button at the top
- Clone your forked repository to your pc
- Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
andgit checkout -b new-user
) - Add your profile image in
static/images/
- Add your profile data in
content/participant/
- Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
) - Create a pull request
- Star this repository
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: FULLNAME-OR-NICKNAME # No longer than 28 characters
institution: INSTITUTION-NAME 🚩 # no longer than 58 characters
image: <YOUR-USERNAME>.png # Name and extension of your profile picture(ex. <YOUR-USERNAME>.png) The picture must be squared and 544px on width and height.
quote: YOUR-SENIOR-QUOTE # no longer than 100 characters, avoid using quotes(") to guarantee the format remains the same.
github: YOUR-GITHUB-USERNAME
---
Do not use special characters in the template above.