This repository is quite large. You can either clone it locally, or submit your request through the GitHub interface.
- Go to 
/src/_data/authors/ - Create a new file named 
firstname-lastname.jsonin this format: 
{
  "name": "Charles Max Wood",
  "photo": "cmaxw.jpg",
  "bio": "Charles Max Wood is the CEO of Devchat.tv and host of several podcasts about software development at Devchat.tv. His passions are creating podcats for software developers, watching soccer, and playing Dungeons and Dragons. He lives in Utah with his wife, Heather, and 5 children.",
  "twitter": "https://twitter.com/cmaxw",
  "facebook": "https://facebook.com/charlesmaxwood",
  "linkedin": "https://www.linkedin.com/in/charlesmaxwood/",
  "instagram": "https://instagram.com/charlesmaxwood"
}
- Add your photo to 
/images/authors, named using the filename listed in thephotofield of your JSON - Open a pull request titled 
Add author <firstname lastname> 
A maintainer of this repository will review and merge your pull request.
Thank you!