diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..30a7b22 --- /dev/null +++ b/.github/pull_request_template.md @@ -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 \ No newline at end of file diff --git a/labs/assets1/image.png b/labs/assets1/image.png new file mode 100644 index 0000000..f4baf27 Binary files /dev/null and b/labs/assets1/image.png differ diff --git a/labs/submission1.md b/labs/submission1.md new file mode 100644 index 0000000..88fab0f --- /dev/null +++ b/labs/submission1.md @@ -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) \ No newline at end of file