diff --git a/DAILY_REPOSITORY_REVIEW_CHECKLIST.md b/DAILY_REPOSITORY_REVIEW_CHECKLIST.md new file mode 100644 index 0000000..6fe585f --- /dev/null +++ b/DAILY_REPOSITORY_REVIEW_CHECKLIST.md @@ -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. diff --git a/DAILY_REPOSITORY_REVIEW_LOG.md b/DAILY_REPOSITORY_REVIEW_LOG.md new file mode 100644 index 0000000..6656fdb --- /dev/null +++ b/DAILY_REPOSITORY_REVIEW_LOG.md @@ -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. diff --git a/README.md b/README.md index 63e83e0..45d64fe 100644 --- a/README.md +++ b/README.md @@ -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)