Skip to content

Commit 5306eda

Browse files
authored
Add language around targeting dev branch (#457)
1 parent 8246102 commit 5306eda

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

.github/pull_request_template.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1-
### Explain pull request
1+
# MDS Pull Request
2+
3+
Thank you for your contribution!
4+
5+
*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
28

39
Please provide a clear and concise reason for this pull request and the impact of the change
410

5-
### Is this a breaking change
11+
## Is this a breaking change
612

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).
814

9-
* Yes, breaking
10-
* No, not breaking
11-
* I'm not sure
15+
* Yes, breaking
16+
* No, not breaking
17+
* I'm not sure
1218

13-
### Impacted Spec
19+
## Impacted Spec
1420

1521
Which spec(s) will this pull request impact?
1622

17-
* `agency`
18-
* `policy`
19-
* `provider`
23+
* `agency`
24+
* `policy`
25+
* `provider`
2026

21-
### Additional context
27+
## Additional context
2228

2329
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)