Skip to content

Commit e1e83b1

Browse files
committed
Add DCO sign-off (git commit -s) to PR checklist
Signed-off-by: Maximilian Jeblick <maximilianjeblick@gmail.com>
1 parent 415315f commit e1e83b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Description of your PR. Fixes # (issue) (if applicable)
99
Before submitting a PR, please make sure:
1010

1111
- [ ] Tests pass (`uv run pytest`)
12+
- [ ] All commits are signed off (DCO) using `git commit -s`
1213
- [ ] License header (`SPDX-FileCopyrightText` / `SPDX-License-Identifier`) is included on new non-markdown code files
1314
- [ ] The change stays focused on one workflow where possible (see `CONTRIBUTING.md`)
1415
- [ ] Credentials are read from `KAGGLE_API_TOKEN` (or another env var) — no `.env`, `kaggle.json`, or account artifacts committed

0 commit comments

Comments
 (0)