2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Current Level: 13 | 14 | 15
Issues help track tasks, bugs, and improvements in a shared repository. They provide a clear way to communicate what needs to be done, who is doing it, and what the status is. Linking branches and pull requests to issues keeps the workflow organized and ensures nothing is forgotten.
After selecting an issue in the repository, students will create a new branch, make the necessary change, and submit it through a pull request that references the issue.
Choose an Issue to Work On
Create a New Branch
fix-heading
or add-link-section
.Make the Fix or Update
Write a Commit Message That References the Issue
Fixes #12
(replace 12 with your issue number).Open a Pull Request
main
.Fixes #12
reference.Request Review and Merge
main
Fixes #
messageWhy is it helpful to reference an issue number in your commit and pull request messages?