You are browsing as a guest.
Sign up
(or log in) to start making projects!
Devlog 1
2026-07-04
What I built today
- Built a GitHub project template repo
- Set up folders (docs, src, assets, .github)
- Added issue templates (bug + feature)
- Added pull request template
- Added CONTRIBUTING.md
- Set up CI workflow
- Fixed GitHub sync issues (empty folders, git tracking)
Problems I hit
- Git didn’t upload empty folders
- CI failed because structure wasn’t fully synced
- Git push confusion / local vs GitHub mismatch
What I learned
- Git does not track empty folders
- CI runs on GitHub, not locally
- Small missing details break automation
Next step
- Improve CI checks
- Polish README
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.