Skip to content

Commit 9544676

Browse files
authored
Merge pull request #719 from openmobilityfoundation/ms-agency-provider-ids
Update issue templates for provider/agency IDs
2 parents fa29a02 + 633a784 commit 9544676

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Add Agency ID
3+
about: Create Agency ID for use in MDS
4+
title: 'Add Agency ID: [Agency Name]'
5+
labels: admin
6+
assignees: ''
7+
8+
---
9+
10+
**Note:** See the [Adding an MDS Agency ID](https://github.com/openmobilityfoundation/mobility-data-specification/wiki/Adding-an-MDS-Agency-ID) page for more help.
11+
12+
Opening this issue will allow you as a city or governmental agency get an official agency ID for use across MDS globally, and include in your Requirements URL.
13+
14+
## Fields needed from you for the [agencies.csv file](https://github.com/openmobilityfoundation/mobility-data-specification/blob/main/agencies.csv).
15+
16+
_All fields are required._
17+
18+
1. agency_country_iso_code - Two letter ISO country code where your agency is located.
19+
- ...
20+
1. agency_state - Geographic abbreviation or name of the state where your agency is located.
21+
- ...
22+
1. agency_city - Geographic name of the city where your agency is located.
23+
- ...
24+
1. agency_name - Full name of your governmental city/agency.
25+
- ...
26+
1. agency_id - A random UUID version 4. There are lots of way to generate a unique UUID, like using this website.
27+
- ...
28+
1. department_url - URL to the home page of your agency's department.
29+
- ...
30+
1. requirement_url - Full https:// URL where your current Policy Requirements endpoint is located.
31+
- ...
32+
33+
Additionally, please provide your name and role within your agency to help with verification.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Add Provider ID
3+
about: Create Provider ID for use in MDS
4+
title: 'Add Provider ID: [Provider Name]'
5+
labels: admin
6+
assignees: ''
7+
8+
---
9+
10+
**Note:** See the [Adding an MDS Provider ID](https://github.com/openmobilityfoundation/mobility-data-specification/wiki/Adding-an-MDS-Provider-ID) page for more help.
11+
12+
Opening this issue will allow you as a mobility service provider get an official provider ID for use across MDS globally.
13+
14+
## Fields needed from you for the [providers.csv file](https://github.com/openmobilityfoundation/mobility-data-specification/blob/main/providers.csv).
15+
16+
_All fields are required._
17+
18+
1. provider_name - Short name of your company.
19+
- ...
20+
1. provider_id - A random UUID version 4. There are lots of way to generate a unique UUID, like using this [website](https://www.uuidgenerator.net/version4).
21+
- ...
22+
1. url - URL to the home page of your company.
23+
- ...
24+
1. mds_api_url - Full https:// URL where your root MDS feeds are located.
25+
- ...
26+
1. gbfs_api_url - Full https:// URL where your public GBFS feeds are located.
27+
- ...
28+
29+
Additionally, please provide your name and role within your agency to help with verification.

0 commit comments

Comments
 (0)