You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*For most Pull Requests, the target branch should be [**`dev`**](https://github.com/openmobilityfoundation/mobility-data-specification/tree/dev). Please ensure you are targeting **`dev`** to avoid complications and help make the Review process as smooth as possible.*
6
+
7
+
## Explain pull request
2
8
3
9
Please provide a clear and concise reason for this pull request and the impact of the change
4
10
5
-
###Is this a breaking change
11
+
## Is this a breaking change
6
12
7
-
A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).
13
+
A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).
8
14
9
-
* Yes, breaking
10
-
* No, not breaking
11
-
* I'm not sure
15
+
* Yes, breaking
16
+
* No, not breaking
17
+
* I'm not sure
12
18
13
-
###Impacted Spec
19
+
## Impacted Spec
14
20
15
21
Which spec(s) will this pull request impact?
16
22
17
-
*`agency`
18
-
*`policy`
19
-
*`provider`
23
+
*`agency`
24
+
*`policy`
25
+
*`provider`
20
26
21
-
###Additional context
27
+
## Additional context
22
28
23
29
Add any other context or screenshots about the feature request here.
0 commit comments