Github Issues
Github Issues can be used in a variety of ways, and in the context of this website, it’s used to layout my plans for any given week with a simple checklist to keep track of my progress throughout the week. This guide will explain how to setup issues for a github repository.
Enabling and Adding an Issue
To begin adding issues to a github repository, the issues feature must be enabled first.
- Go to the repository in question
example: yourname/student
- Go to Settings
- Scroll Down until you see the section Features
- Here, enable the feature called Issues
Now that the Issues feature has been successfully enabled, go to the Issues section of the repository.
Here, press the button called ‘New Issue’ and start creating your first issue!
Formatting
Title: Week [number] Plans
- [ ] Plan 1
- [ ] Plan 2
- [ ] Plan 3
- [ ] Plan 4
- [ ] Plan 5
### Summary of the Week
add a short summary of what was done over the week.