18F / dashboard

DEPRECATED: A site to track our projects' status and much, much more...
Other
44 stars 25 forks source link

Updating the project contacts section to use the new team-api format. #262

Closed DavidEBest closed 8 years ago

DavidEBest commented 8 years ago

This attempts to do the right thing for contact fields with the following formats:

contact:
- url:
  text:
- url:
  text:

contact: email@host.tld

contact: mailto:email@host.tld

contact: https://github.com/org/proj/issues

contact: https://www.github.com/org/proj/issues

contact: org/proj/issues

Implements #254

gboone commented 8 years ago

Thanks @DavidEBest