Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions DAILY_REPOSITORY_REVIEW_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Daily Repository Review Checklist

- [ ] Pick one repository for today and confirm priority (bug, docs, tests, feature, or maintenance).
- [ ] Pull latest changes and scan open issues/PRs to choose one small, clear task.
- [ ] Create or switch to a dedicated branch for the task.
- [ ] Make focused updates only for the selected task.
- [ ] Run checks relevant to changed files (lint/tests/build as needed).
- [ ] Review your diff for correctness, readability, and unintended changes.
- [ ] Commit with a clear message describing what changed and why.
- [ ] Push branch and open a pull request with summary, scope, and validation steps.
- [ ] Link related issue(s), request reviewer(s), and apply labels/milestone.
- [ ] Record a short daily log entry with repository, task, PR link, and next follow-up.
8 changes: 8 additions & 0 deletions DAILY_REPOSITORY_REVIEW_LOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Daily Repository Review Log

## 2026-09-03
- Repository: `naved42/whyanalyst`
- Priority: maintenance/docs
- Task completed: Added a repeatable daily repository review checklist and logging template.
- Pull request: https://github.com/naved42/whyanalyst/pull/5
- Next follow-up: Use the checklist for the next daily review and keep this log updated.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ View your app in AI Studio: https://ai.studio/apps/e869b6c6-eed9-40b0-a451-f6b37
## Credits

Founded and developed by **Muhammad Naveed**.

## Daily Repository Review

- Checklist: [DAILY_REPOSITORY_REVIEW_CHECKLIST.md](./DAILY_REPOSITORY_REVIEW_CHECKLIST.md)
- Log: [DAILY_REPOSITORY_REVIEW_LOG.md](./DAILY_REPOSITORY_REVIEW_LOG.md)