Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates for provider/agency IDs #719

Merged
merged 5 commits into from
Oct 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/add-agency-id.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Add Agency ID
about: Create Agency ID for use in MDS
title: 'Add Agency ID: [Agency Name]'
labels: admin
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.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/add-provider-id.md
Original file line number Diff line number Diff line change
@@ -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: ''

---

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