diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 14776dc9f032c..97b0e95452426 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,8 @@ -**Note**: Confirm our [contribution guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/) before submitting a pull request. +**Note**: Confirm the [contribution guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/) before submitting a pull request. Click the `Preview` tab and select a PR template: - [Standard change](?expand=1&template=standard-change.md) - [Small change](?expand=1&template=small-change.md) + +**Do NOT send a PR with this description.** diff --git a/.github/PULL_REQUEST_TEMPLATE/small-change.md b/.github/PULL_REQUEST_TEMPLATE/small-change.md index f8ef7e75d2cfc..7120f5212efd2 100644 --- a/.github/PULL_REQUEST_TEMPLATE/small-change.md +++ b/.github/PULL_REQUEST_TEMPLATE/small-change.md @@ -4,24 +4,24 @@ ## Pre-review checklist for the PR author -PR author **must** check the checkboxes below when creating the PR. +The PR author **must** check the checkboxes below when creating the PR. - [ ] I've confirmed the [contribution guidelines]. - [ ] The PR follows the [pull request guidelines]. ## In-review checklist for the PR reviewers -Reviewers **must** check the checkboxes below before approval. +The PR reviewers **must** check the checkboxes below before approval. - [ ] The PR follows the [pull request guidelines]. ## Post-review checklist for the PR author -PR author **must** check the checkboxes below before merging. +The PR author **must** check the checkboxes below before merging. - [ ] There are no open discussions or they are tracked via tickets. -After all checkboxes are checked, anyone who has the write access can merge the PR. +After all checkboxes are checked, anyone who has write access can merge the PR. [contribution guidelines]: https://autowarefoundation.github.io/autoware-documentation/main/contributing/ [pull request guidelines]: https://autowarefoundation.github.io/autoware-documentation/main/contributing/pull-request-guidelines/ diff --git a/.github/PULL_REQUEST_TEMPLATE/standard-change.md b/.github/PULL_REQUEST_TEMPLATE/standard-change.md index 467a2fc7c780a..2df18b2bd013e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/standard-change.md +++ b/.github/PULL_REQUEST_TEMPLATE/standard-change.md @@ -16,14 +16,14 @@ ## Pre-review checklist for the PR author -PR author **must** check the checkboxes below when creating the PR. +The PR author **must** check the checkboxes below when creating the PR. - [ ] I've confirmed the [contribution guidelines]. - [ ] The PR follows the [pull request guidelines]. ## In-review checklist for the PR reviewers -Reviewers **must** check the checkboxes below before approval. +The PR reviewers **must** check the checkboxes below before approval. - [ ] The PR follows the [pull request guidelines]. - [ ] The PR has been properly tested. @@ -31,12 +31,12 @@ Reviewers **must** check the checkboxes below before approval. ## Post-review checklist for the PR author -PR author **must** check the checkboxes below before merging. +The PR author **must** check the checkboxes below before merging. - [ ] There are no open discussions or they are tracked via tickets. - [ ] The PR is ready for merge. -After all checkboxes are checked, anyone who has the write access can merge the PR. +After all checkboxes are checked, anyone who has write access can merge the PR. [contribution guidelines]: https://autowarefoundation.github.io/autoware-documentation/main/contributing/ [pull request guidelines]: https://autowarefoundation.github.io/autoware-documentation/main/contributing/pull-request-guidelines/