-
Notifications
You must be signed in to change notification settings - Fork 18
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": "[email protected]"
}
All fields expect agency
are optional, so you can omit any fields that are empty:
{
"agency": "General Services Administration",
"email": "[email protected]"
}