Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@

<!--
The RAPIDS auto-merger copies this PR description into the generated squash
commit. Replace the placeholder below with your name and the commit email
configured for your GitHub account. If you keep your email private, use the
GitHub-provided `@users.noreply.github.com` address shown in your email settings.
commit. GitHub may author that commit with a different email than your local
commits. Replace the placeholder below with the exact commit email configured
for your GitHub account. If you keep your email private, copy the
`@users.noreply.github.com` address shown at https://github.com/settings/emails.

If your local/work email differs from your GitHub commit email, you may include
both sign-offs. DCO passes when one sign-off exactly matches the generated
squash commit author:

Signed-off-by: Full Name <work.email@example.com>
Signed-off-by: Full Name <github-email@users.noreply.github.com>

Keep the angle brackets around the email address. They are part of the required
DCO format: `Signed-off-by: Full Name <email@example.com>`.
Expand All @@ -17,7 +25,7 @@ Do not delete the sign-off line, leave the placeholder unchanged, or remove the
angle brackets.
-->

Signed-off-by: FULL NAME <EMAIL>
Signed-off-by: FULL NAME <GITHUB COMMIT EMAIL>

#### Validation

Expand All @@ -28,7 +36,7 @@ Signed-off-by: FULL NAME <EMAIL>
- [ ] I updated documentation for user-facing or contributor-facing changes.
- [ ] I confirmed this PR does not include secrets, credentials, or internal-only data.
- [ ] I certify this contribution under the Developer Certificate of Origin (DCO) and signed my commits with `git commit -s` or an equivalent sign-off.
- [ ] I replaced the DCO sign-off placeholder above with the identity GitHub will use for the squash commit and kept the required angle brackets around the email address.
- [ ] I replaced the DCO sign-off placeholder with my GitHub commit identity and kept the required angle brackets around the email address.

#### Where should reviewers start?

Expand Down
Loading