Skip to content

Latest commit

History

History
27 lines (21 loc) 路 639 Bytes

people.md

File metadata and controls

27 lines (21 loc) 路 639 Bytes
layout title permalink
post
People
/people/

People

A list of people who work on free / open source software, either as designers or programmers and are a part of our community.

    {% for person in site.people %} {% if person.status == 'core' or person.status == 'active'%}
  • {{ person.name }}
  • {% endif %} {% endfor %}

Add Yourself

Want to add yourself to this list? Do the following:

  • Sign in / up to GitHub
  • Fork this repository
  • Copy person-template.md into the people folder, so you have people/your-name.md
  • Send a pull request
  • Voila!