Exercise 06: Pull Request Review¶
Goal¶
Practice the branch-to-pull-request workflow.
Tasks¶
- Create a branch named
docs/security-checklist. - Add
security-checklist.md. - Commit and push the branch.
- Open a pull request on GitHub.
- Review the diff before merging.
Reflection¶
- What information belongs in the pull request description?
- What security questions should a reviewer ask?