diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b47169837..631dd755b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,25 +5,21 @@ ## Prevent CI from running on each commit while the work is still in progress -* Set the PR to a draft status, e.g. by the `Convert to draft` link, to indicate -that the work is not yet ready for review -* Once the PR is ready for review, press the `Ready for Review` button to -trigger the CI +* Set the PR to a draft status, e.g. by the `Convert to draft` link, to indicate that the work is not yet ready for review +* Once the PR is ready for review, press the `Ready for Review` button to trigger the CI ## Pre-Review Checklist for the PR Author * [ ] Add sensible notes for the reviewer * [ ] PR title is short, expressive and meaningful * [ ] Relevant issues are linked in the [References](#references) section -* [ ] Every source code file has a copyright header with -`SPDX-License-Identifier: Apache-2.0 OR MIT` +* [ ] Every source code file has a copyright header with `SPDX-License-Identifier: Apache-2.0 OR MIT` * [ ] Branch follows the naming format (`iox2-123-introduce-posix-ipc-example`) * [ ] Commits messages are according to this [guideline][commit-guidelines] * [ ] Commit messages have the issue ID (`[#123] Add posix ipc example`) * [ ] Commit author matches [Eclipse Contributor Agreement][eca](and ECA is signed) * [ ] Tests follow the [best practice for testing][testing] -* [ ] Changelog updated [in the unreleased section][changelog] including API -breaking changes +* [ ] Changelog updated [in the unreleased section][changelog] including API breaking changes * [ ] Assign PR to reviewer * [ ] All checks have passed (except `task-list-completed`) @@ -45,8 +41,7 @@ breaking changes ## References - + Closes #