Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Pull Request Template

## Goal


## Changes


## Testing


## Checklist
- [ ] PR has a clear, descriptive title
- [ ] Documentation / README updated if needed
- [ ] No secrets or large temporary files included
Binary file added labs/assets1/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions labs/submission1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Signing commits with SSH or GPG provides important benefits:

- It confirms the author’s identity, ensuring the commit was made by the real key owner.
- It guarantees data integrity, so the commit cannot be altered without detection.
- It protects against forge and tampering with the project history.
- On GitHub, signed commits get a “Verified” badge, increasing trust in the code.
- SSH signing is easier to set up if you already use SSH keys for authentication.

Signed commits help secure code, prove authenticity, and build confidence in collaborative development.
This concise summary fits well for the submission task on commit signing benefits.

## PR autofill
![PR autofill](./assets1/image.png)