Skip to content

Commit a16ff01

Browse files
committed
a few more steps in the PR template checklist
1 parent 85718fe commit a16ff01

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/pull_request_template.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
To be completed by pull request submitter:
22

3-
- [ ] link to or create an [issue](https://github.com/opentripplanner/OpenTripPlanner/issues) that describes the relevant feature or bug; use [GitHub keywords](https://help.github.com/articles/closing-issues-using-keywords/) (e.g., `closes #45`)
4-
- [ ] check the [roadmap](https://github.com/orgs/opentripplanner/projects/1) for this feature or bug -- if it is not already on the roadmap, PLC will discuss further
3+
- [ ] **issue**: Link to or create an [issue](https://github.com/opentripplanner/OpenTripPlanner/issues) that describes the relevant feature or bug. Add [GitHub keywords](https://help.github.com/articles/closing-issues-using-keywords/) to this PR's description (e.g., `closes #45`).
4+
- [ ] **roadmap**: Check the [roadmap](https://github.com/orgs/opentripplanner/projects/1) for this feature or bug. If it is not already on the roadmap, PLC will discuss as part of the review process.
5+
- [ ] **tests**: Have you added relevant test coverage? Are all the tests passing on [the continuous integration service (Travis CI)](https://github.com/opentripplanner/OpenTripPlanner/blob/master/docs/Developers-Guide.md#continuous-integration)?
6+
- [ ] **formatting**: Have you followed the [suggested code style](https://github.com/opentripplanner/OpenTripPlanner/blob/master/docs/Developers-Guide.md#code-style)?
57

68
To be completed by @opentripplanner/plc:
79

810
- [ ] reviews and approvals by 2 members, ideally from different organizations
9-
- [ ] _before merging:_ add a bullet point to the [changelog file](https://github.com/opentripplanner/OpenTripPlanner/blob/master/docs/Changelog.md) with description and link to the linked issue
10-
- [ ] _after merging:_ update the relevant card on the [roadmap](https://github.com/orgs/opentripplanner/projects/1)
11+
- [ ] **before merging**: add a bullet point to the [changelog file](https://github.com/opentripplanner/OpenTripPlanner/blob/master/docs/Changelog.md) with description and link to the linked issue
12+
- [ ] **after merging**: update the relevant card on the [roadmap](https://github.com/orgs/opentripplanner/projects/1)

0 commit comments

Comments
 (0)