|
|
2 weeks ago | |
|---|---|---|
| .vscode | 2 weeks ago | |
| README.md | 2 weeks ago |
what is a issue on repository?
In a software repository (like on GitHub or GitLab), an issue is a tracked item that represents:
Think of an issue as a structured to-do item with context and history.
For example, on:
Every repository has an Issues tab.
A typical issue includes:
bug, enhancement, urgentImagine you have a project:
🗂️ todo-app
You find a problem:
“When clicking Save, the app crashes.”
You create an issue:
Title: App crashes when clicking Save Description: Steps to reproduce + expected behavior
Now:
Issues help with:
For example: A commit message might say:
Fix crash when saving (#42)
That automatically links to issue #42.
An issue is:
A tracked discussion or task related to a repository.
Since you work with structured workflows and PRD → Spec pipelines, you can think of an issue as:
The smallest unit of tracked work before code exists.
If you want, I can also explain the difference between:
Which comparison would help you most?
Can I have use a git repository to manager my study plan, using issues to keep tracked some kind of task?
Yes. Not only can you — for someone with your profile (structured, versioned, automation-oriented), it’s actually a very powerful approach.
Using a Git repository to manage your study plan turns your learning into a versioned, auditable, evolvable system — which fits very well with how you already think about projects.
Let’s break it down.
On platforms like:
An issue is basically a:
structured, trackable, discussable unit of work
That maps perfectly to:
You can see:
Issues become a learning journal with timestamps.
You already like:
Issues enforce structure.
You could:
Use milestones like:
LogarithmsClean ArchitectureLinux NetworkingEven automate weekly summaries
Repository: personal-academia
mathenglishbackendalgorithmsreviewdeep-diveexerciseblockedTitle: Master log2 intuition Labels: math, deep-dive Milestone: Potentiation Mastery
Description Template:
## Objective
Understand log2(20) mentally without brute forcing.
## Why
Improve exponential intuition.
## Prerequisites
- Powers of 2 memorized
- Multiplication properties
## Tasks
- [ ] Memorize powers of 2 up to 2^12
- [ ] Solve 20 log exercises
- [ ] Explain to imaginary student
## Reflection (to fill when closing)
...
When you close it → that topic is consolidated.
You could:
Use GitHub Actions to:
Use AI to:
This approach is ideal if:
It may not work well if:
In university, external structure exists:
Issues simulate that structure.
Closing an issue gives a small dopamine loop similar to finishing a ticket at work.
That may help you recreate your “personal university” at home.
academiaAdd:
Create 5 study issues only
Don’t over-automate yet
Would you like me to:
Given how your brain works, we can design something very powerful but still sustainable.