Skip to content

Add an agency contact

Brian Hurst edited this page May 8, 2019 · 3 revisions

Agency contacts can be added by updating the data file located in _data/contacts.json.

The format for adding a new agency is:

  {
    "agency": "General Services Administration",
    "short": "GSA",
    "office": "Regulatory Secretariat Division",
    "website": "https://www.gsa.gov/about-us/organization/office-of-governmentwide-policy/office-of-acquisition-policy/governmentwide-acq-policy/regulatory-secretariat-division",
    "internal": https://link.to/optional/internal/website
    "phone": "202-501-4755",
    "email": "GSARegSec@gsa.gov"
  }

All fields expect agency are optional, so you can omit any fields that are empty:

  {
    "agency": "General Services Administration",
    "email": "GSARegSec@gsa.gov"
  }