Skip to content

Commit 002cd0f

Browse files
authored
Add mode_id to issue
1 parent 8b08bda commit 002cd0f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/add-provider-id.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,24 @@ assignees: ''
99

1010
**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.
1111

12-
Opening this issue will allow you as a mobility service provider get an official provider ID for use across MDS globally.
12+
Opening this issue will allow you as a mobility service provider or data source provider to get an official provider ID for use across MDS globally.
1313

1414
**Fields needed from you for the [providers.csv file](https://github.com/openmobilityfoundation/mobility-data-specification/blob/main/providers.csv).**
1515

1616
_All fields are required._
1717

1818
1. **provider_name** - Short name of your company.
1919
- ...
20+
1. **mode_id** - The mode that you support. Use the mode short identifier from `micromobility`, `passenger-services`, `delivery-robots`, `car-share`. Register a unique ID for each mode you support.
21+
- ...
2022
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).
2123
- ...
2224
1. **url** - URL to the home page of your company.
2325
- ...
24-
1. **mds_api_url** - Full https:// URL where your root MDS feeds are located.
26+
1. **mds_api_url** - Full https:// base URL where your root MDS feeds are located.
2527
- ...
26-
1. **gbfs_api_url** - Full https:// URL where your public GBFS feeds are located.
28+
1. **gbfs_api_url** - Full https:// base URL where your public GBFS feeds are located.
2729
- ...
2830

2931
Additionally, please provide your name and role within your agency to help with verification.
32+
- ...

0 commit comments

Comments
 (0)