diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index 6f79764eb..90b527601 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -428,3 +428,6 @@ The file contains information about the feed itself, rather than the services th | feed_start_date | Optional | The feed provides complete and reliable schedule information for service in the period from the beginning of the **feed_start_date** day to the end of the **feed_end_date** day. Both days are given as dates in YYYYMMDD format as for [calendar.txt](#calendartxt), or left empty if unavailable. The **feed_end_date** date must not precede the **feed_start_date** date if both are given. Feed providers are encouraged to give schedule data outside this period to advise of likely future service, but feed consumers should treat it mindful of its non-authoritative status. If **feed_start_date** or **feed_end_date** extend beyond the active calendar dates defined in [calendar.txt](#calendartxt) and [calendar_dates.txt](#calendar_datestxt), the feed is making an explicit assertion that there is no service for dates within the **feed_start_date** or **feed_end_date** range but not included in the active calendar dates. | | feed_end_date | Optional | (see above) | | feed_version | Optional | The feed publisher can specify a string here that indicates the current version of their GTFS feed. GTFS-consuming applications can display this value to help feed publishers determine whether the latest version of their feed has been incorporated. | +| feed_contact_email | Optional | An email address for communication regarding the GTFS dataset and data publishing practices. ***feed_contact_email*** is for a technical contact for GTFS-consuming applications. Provide customer service contact information through ***agency.txt***. | +| feed_contact_url | Optional | A URL for contact information, a web-form, support desk, or other tools for communication regarding the GTFS dataset and data publishing practices. **feed_contact_url*** is for a technical contact for GTFS-consuming applications. Provide customer service contact information through ***agency.txt***. | +======= \ No newline at end of file