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
4 changes: 3 additions & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Thank you for your contribution! Please ensure the following before submitting:
- [ ] My code follows the style guidelines of this project
- [ ] I have added/updated comments where needed
- [ ] I have added tests that prove my fix is effective or my feature works
- [ ] I have run `make test` (or equivalent) locally and all tests pass
- [ ] I have run `make test` (or equivalent) locally and all tests pass
- [ ] I have updated the relevant documentation (CLI examples, man pages, README, other docs, etc.)
- [ ] **DCO Sign-off**: All commits are signed off (`git commit -s`) with my real name and email
- [ ] **REUSE Compliance**:
- [ ] Each new/modified source file has SPDX copyright and license headers
Expand All @@ -27,6 +28,7 @@ Fixes #(issue)
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Dependency update

---

Expand Down
Loading