From 1ac56955b4385a4e21ef91e8047af885375c487b Mon Sep 17 00:00:00 2001 From: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:10:01 -0400 Subject: [PATCH 1/4] Update issue templates for provider/agency IDs --- .github/ISSUE_TEMPLATE/add-agency-id.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/add-provider-id.md | 29 ++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-agency-id.md create mode 100644 .github/ISSUE_TEMPLATE/add-provider-id.md diff --git a/.github/ISSUE_TEMPLATE/add-agency-id.md b/.github/ISSUE_TEMPLATE/add-agency-id.md new file mode 100644 index 00000000..172a6df9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-agency-id.md @@ -0,0 +1,33 @@ +--- +name: Add Agency ID +about: Create Agency ID for use in MDS +title: '' +labels: '' +assignees: '' + +--- + +**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. + +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. + +## Fields needed from you for the [agencies.csv file](https://github.com/openmobilityfoundation/mobility-data-specification/blob/main/agencies.csv). + +_All fields are required._ + +1. agency_country_iso_code - Two letter ISO country code where your agency is located. + - ... +1. agency_state - Geographic abbreviation or name of the state where your agency is located. + - ... +1. agency_city - Geographic name of the city where your agency is located. + - ... +1. agency_name - Full name of your governmental city/agency. + - ... +1. agency_id - A random UUID version 4. There are lots of way to generate a unique UUID, like using this website. + - ... +1. department_url - URL to the home page of your agency's department. + - ... +1. requirement_url - Full https:// URL where your current Policy Requirements endpoint is located. + - ... + +Additionally, please provide your name and role within your agency to help with verification. diff --git a/.github/ISSUE_TEMPLATE/add-provider-id.md b/.github/ISSUE_TEMPLATE/add-provider-id.md new file mode 100644 index 00000000..192defd1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-provider-id.md @@ -0,0 +1,29 @@ +--- +name: Add Provider ID +about: Create Provider ID for use in MDS +title: 'Add Provider ID: [Provider Name]' +labels: admin +assignees: schnuerle + +--- + +**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. + +Opening this issue will allow you as a mobility service provider get an official provider ID for use across MDS globally. + +## Fields needed from you for the [providers.csv file](https://github.com/openmobilityfoundation/mobility-data-specification/blob/main/providers.csv). + +_All fields are required._ + +1. provider_name - Short name of your company. + - ... +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). + - ... +1. url - URL to the home page of your company. + - ... +1. mds_api_url - Full https:// URL where your root MDS feeds are located. + - ... +1. gbfs_api_url - Full https:// URL where your public GBFS feeds are located. + - ... + +Additionally, please provide your name and role within your agency to help with verification. From efbbaf575bbf10c15555e4860b6623da22f119c3 Mon Sep 17 00:00:00 2001 From: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:11:14 -0400 Subject: [PATCH 2/4] Update add-agency-id.md --- .github/ISSUE_TEMPLATE/add-agency-id.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/add-agency-id.md b/.github/ISSUE_TEMPLATE/add-agency-id.md index 172a6df9..800418b9 100644 --- a/.github/ISSUE_TEMPLATE/add-agency-id.md +++ b/.github/ISSUE_TEMPLATE/add-agency-id.md @@ -1,8 +1,8 @@ --- name: Add Agency ID about: Create Agency ID for use in MDS -title: '' -labels: '' +title: 'Add Agency ID: [Agency Name]' +labels: 'admin' assignees: '' --- From 7c96d94db728bf09dca40178191a3b65c0a08b6f Mon Sep 17 00:00:00 2001 From: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:11:34 -0400 Subject: [PATCH 3/4] Update add-provider-id.md --- .github/ISSUE_TEMPLATE/add-provider-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/add-provider-id.md b/.github/ISSUE_TEMPLATE/add-provider-id.md index 192defd1..ae097a1c 100644 --- a/.github/ISSUE_TEMPLATE/add-provider-id.md +++ b/.github/ISSUE_TEMPLATE/add-provider-id.md @@ -3,7 +3,7 @@ name: Add Provider ID about: Create Provider ID for use in MDS title: 'Add Provider ID: [Provider Name]' labels: admin -assignees: schnuerle +assignees: '' --- From 633a784cb155feb66a2e19059ae6adb376ef6da0 Mon Sep 17 00:00:00 2001 From: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:11:53 -0400 Subject: [PATCH 4/4] Update add-agency-id.md --- .github/ISSUE_TEMPLATE/add-agency-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/add-agency-id.md b/.github/ISSUE_TEMPLATE/add-agency-id.md index 800418b9..a07b7bae 100644 --- a/.github/ISSUE_TEMPLATE/add-agency-id.md +++ b/.github/ISSUE_TEMPLATE/add-agency-id.md @@ -2,7 +2,7 @@ name: Add Agency ID about: Create Agency ID for use in MDS title: 'Add Agency ID: [Agency Name]' -labels: 'admin' +labels: admin assignees: '' ---