Skip to content

Commit 4a49194

Browse files
authored
Merge branch 'dev' into url-update
2 parents ed26ff4 + 0713de7 commit 4a49194

7 files changed

Lines changed: 389 additions & 165 deletions

File tree

CODEOWNERS

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## Below is the MDS CODEOWNERS file, which dictates who is required for review on any given file.
1+
## Below is the MDS CODEOWNERS file, which dictates who is required for review on any given file.
22

3-
## All MDS approvals
4-
* @hunterowens @thekaveman @jfh01
3+
## All MDS approvals
4+
* @openmobilityfoundation/omf-admin
55

6+
## Provider Services Working Group
7+
/provider/* @openmobilityfoundation/provider-services-wg-maintainers @openmobilityfoundation/omf-admin
68

7-
## City Services Working Group Specific, also JSON Schema
8-
/agency/* @hunterowens @thekaveman @jfh01 @henrij
9-
/schema/* @hunterowens @thekaveman @jfh01 @henrij
9+
## City Services Working Group Specific, also JSON Schema
10+
/agency/* @openmobilityfoundation/city-services-wg-maintainers @openmobilityfoundation/omf-admin
1011

12+
## schema is changed by provider and city services working group
13+
/schema/* @openmobilityfoundation/provider-services-wg-maintainers @openmobilityfoundation/city-services-wg-maintainers @openmobilityfoundation/omf-admin

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Code of Conduct
2+
3+
To encourage participation by any and all interested people, we aim to create an open and welcoming environment for contributors. We pledge to make participation in this project a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
4+
5+
**Examples of behavior that contributes to creating a positive environment include:**
6+
7+
* Using welcoming and inclusive language
8+
* Being respectful of differing viewpoints and experiences
9+
* Gracefully accepting constructive criticism
10+
* Focusing on what is best for the community
11+
* Showing empathy towards other community members
12+
13+
Please review the [OMF's Participation Policies](https://members.openmobilityfoundation.org/wp-content/uploads/2019/06/OMFParticipationPolicies.pdf) for more details.

CONTRIBUTING.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ Contributions should be offered through GitHub issues and pull requests. Please
1515

1616
In general, you may open an issue or make a pull request at any time. Once the issue or pull request is associated with a particular Milestone, it will be included for review within the process for that release.
1717

18+
All contributors must agree to the Open Mobility Foundation's [Individual Contributor License Agreement](http://members.openmobilityfoundation.org/wp-content/uploads/2019/06/Individual-CLA.pdf) (ICLA) and [Participation Policies](https://members.openmobilityfoundation.org/wp-content/uploads/2019/06/OMFParticipationPolicies.pdf). Pull requests will not be merged without a signed ICLA. If a contributor is working on behalf of a company or other organization, that organization must also agree to the [Entity Contributor License Agreement](https://members.openmobilityfoundation.org/wp-content/uploads/2019/06/Entity-CLA.pdf) (ECLA). These agreements clarify the intellectual property status of work that is contributed to OMF projects. They apply to all contributions, including source code, documentation, and comments.
19+
1820
## What belongs in MDS
1921
MDS is a tool to facilitate data exchange between mobility service providers, public agencies, and public agency software partners. Although providers are often required to support MDS as part of mobility permits or policies, MDS is intended as a neutral mechanism for information exchange. It is not intended to force or foreclose any specific policy options that a public agency may choose to pursue.
2022

21-
## Code of Conduct
22-
To encourage participation by any and all interested people, we aim to create an open and welcoming environment for contributors. We pledge to make participation in this project a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
23-
24-
**Examples of behavior that contributes to creating a positive environment include:**
23+
MDS is built as an interface between local governments and mobility service providers. Access to MDS APIs should be restricted, and is not intended to directly support public consumption or consumer-facing applications.
2524

26-
* Using welcoming and inclusive language
27-
* Being respectful of differing viewpoints and experiences
28-
* Gracefully accepting constructive criticism
29-
* Focusing on what is best for the community
30-
* Showing empathy towards other community members
25+
## Participation Policies and Code of Conduct
26+
See our [CODE OF CONDUCT page](CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)