First PR Recipes
First PR Recipes
These recipes are generated from open good first issue items. They are
also posted as issue comments so first-time contributors can start without
searching the whole repository.
- Repository:
https://github.com/duct-tape2/ai-language-partner - Generated on:
2026-07-11 - Issues covered:
26
#1: docs: add Korean quick-start for backend mock mode
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/ko/index.mdapps/api/README.mdREADME.md
Done when
Acceptance: backend setup works without STT/TTS engines; Korean instructions
Verify
python3 scripts/check_public_tree.pycd apps/api && .venv/bin/python -m pytest
Open the PR
- Write
Closes #1in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#2: docs: add Japanese quick-start for mobile mock mode
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/ja/index.mdapps/mobile/README.mdREADME.md
Done when
Acceptance: mobile setup covers npm install, Expo web, and mock API defaults.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verify
Open the PR
- Write
Closes #2in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#5: docs: add architecture glossary for dialogue-bank terms
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/ARCHITECTURE.mdREADME.md
Done when
Acceptance: defines persona, pack, node, lineId, variants, match, confirm,
Verify
python3 scripts/check_public_tree.pymanual docs review: verify links and wording
Open the PR
- Write
Closes #5in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#7: content: review yui v1 beginner dialogue Korean translations
First PR recipe
Keep this to one useful change for this issue.
Inspect
packs/yui/v1/story.jsonpacks/yui/v1/variants.csv
Done when
Acceptance: PR fixes unnatural Korean explanations without changing line IDs.
Verify
python3 scripts/check_public_tree.pymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #7in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#8: content: review yui v1 Japanese naturalness
First PR recipe
Keep this to one useful change for this issue.
Inspect
packs/yui/v1/story.jsonpacks/yui/v1/variants.csv
Done when
Acceptance: PR improves Japanese dialogue while preserving beginner level.
Verify
python3 scripts/check_public_tree.pymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #8in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#11: content: add notes for Korean learners on particle mistakes
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/ko/index.mdapps/mobile/src/grammar/grammarData.tsapps/mobile/src/mistakes/mistakesData.ts
Done when
Acceptance: adds concise examples for は/が, を/に, and で/に.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verifymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #11in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#12: content: add beginner-safe cultural note review checklist
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/community/CONTRIBUTOR_LANDING.mdapps/mobile/src/culture/cultureNotes.ts
Done when
Acceptance: checklist avoids stereotypes and flags context-sensitive terms.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verifymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #12in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#13: mobile: audit touch target sizes in bottom tabs
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/mobile/App.tsxapps/mobile/scripts/verify-frontend-regressions.mjs
Done when
- Each of the five bottom tabs has a stable target height of at least 48 logical pixels.
- Labels and icons remain centered and do not overlap at narrow mobile width.
- Existing accessibility metadata remains intact.
cd apps/mobile && npm run verifypasses.python3 scripts/check_public_tree.pypasses.- The PR body includes
Closes #13and briefly explains the accessibility benefit.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verifypython3 -m unittest discover -s scripts -p 'test_*.py'
Open the PR
- Write
Closes #13in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#14: mobile: add accessibility labels to voice preview controls
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/mobile/App.tsxapps/mobile/src/screens/apps/mobile/src/components.tsx
Done when
- An idle voice card announces the play action and identifies the character/style.
- The currently playing card announces its playing state and the same voice identity.
- Labels are derived from existing localized strings rather than new hardcoded Korean or Japanese copy.
- Existing Voice Gallery behavior and TypeScript checks remain passing.
- The PR body includes
Closes #14and names the checks run.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verify
Open the PR
- Write
Closes #14in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#15: mobile: improve empty state copy for Daily Talk pack loading
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/mobile/src/screens/DailyTalkScreen.tsxapps/mobile/src/dialogue/packManager.ts
Done when
Acceptance: no technical jargon; tells learner what to do next.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verify
Open the PR
- Write
Closes #15in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#16: mobile: document mock mode indicators
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/ARCHITECTURE.mddocs/ja/index.mddocs/ko/index.md
Done when
- A small table or equivalent compact section distinguishes mock, real with healthy API, and real with a read fallback.
- Every documented label and fallback statement matches current source behavior.
- The documentation does not imply that selecting real mode guarantees a live speech engine.
- The PR changes only
docs/ARCHITECTURE.mdand includesCloses #16.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verify
Open the PR
- Write
Closes #16in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#18: mobile: review Korean UI strings for consistency
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/mobile/src/i18n.tsapps/mobile/src/text.tsapps/mobile/src/screens/
Done when
Acceptance: consistent honorifics and app terminology.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verifymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #18in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#19: backend: add provider-status example response to docs
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/api/README.mddocs/backend/API_RUNBOOK.mdcontracts/openapi_v0.yaml
Done when
- All three labeled examples are present and valid JSON after replacing explanatory placeholders with JSON strings.
- Field names and nesting match the current implementation.
- The surrounding text explains that
externalApiKeysRequiredisfalseand that fallback status is diagnostic rather than proof that a live external engine succeeded. - The change stays within
docs/backend/API_RUNBOOK.md. - The PR body includes
Closes #19.
Verify
python3 scripts/check_public_tree.pycd apps/api && .venv/bin/python -m pytest
Open the PR
- Write
Closes #19in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#21: backend: add tests for malformed dialogue pack metadata
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/api/README.mdcontracts/openapi_v0.yamlapps/api/tests/test_api_contract.py
Done when
- Invalid manifest JSON does not crash pack listing.
- Safe default metadata is asserted explicitly.
- Existing valid dialogue-pack behavior remains covered and passing.
- The PR body includes
Closes #21and names the checks run.
Verify
python3 scripts/check_public_tree.pycd apps/api && .venv/bin/python -m pytestpython3 -m unittest discover -s scripts -p 'test_*.py'
Open the PR
- Write
Closes #21in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#27: tests: add mobile package script inventory check
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/mobile/App.tsxapps/mobile/src/screens/apps/mobile/src/components.tsx
Done when
- Current documented mobile commands pass the new check.
- A fixture containing
npm run missing-scriptis reported and produces a failing result. - The error identifies both the Markdown path and missing script.
npm run verifyexecutes the new check.- Existing mobile verification remains passing.
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verifypython3 -m unittest discover -s scripts -p 'test_*.py'
Open the PR
- Write
Closes #27in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#29: chore: add issue-label taxonomy document
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/community/LABELS.mddocs/community/ISSUE_SEEDS.md
Done when
Acceptance: documents labels and when maintainers apply them.
Verify
python3 scripts/check_public_tree.pymanual docs review: verify links and wording
Open the PR
- Write
Closes #29in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#31: docs: add FAQ about why no runtime LLM is used
First PR recipe
Keep this to one useful change for this issue.
Inspect
README.mddocs/ARCHITECTURE.mddocs/index.md
Done when
Acceptance: explains cost, latency, privacy, and quality-control tradeoffs.
Verify
python3 scripts/check_public_tree.pymanual docs review: verify links and wording
Open the PR
- Write
Closes #31in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#34: docs: add Korean troubleshooting notes for backend dependency install
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/api/README.mdcontracts/openapi_v0.yamlapps/api/tests/test_api_contract.py
Done when
Acceptance: covers common Python venv, pip, and macOS command-line tools
Verify
python3 scripts/check_public_tree.pycd apps/api && .venv/bin/python -m pytest
Open the PR
- Write
Closes #34in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#35: docs: add Japanese explanation of the no-runtime-LLM design
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/ja/index.mddocs/index.mddocs/ARCHITECTURE.md
Done when
Acceptance: Japanese text explains cost, privacy, latency, and quality
Verify
python3 scripts/check_public_tree.pymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #35in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#36: content: add beginner examples for giving restaurant preferences
First PR recipe
Keep this to one useful change for this issue.
Inspect
packs/yui/v1/story.jsonpacks/haruka/v1/story.jsonauthoring/scenarios/
Done when
Acceptance: adds beginner-safe Japanese examples with Korean notes and does
Verify
python3 scripts/check_public_tree.pymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #36in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#44: docs: improve first PR walkthrough
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/community/FIRST_PR_WALKTHROUGH.md
Done when
- A first-time contributor can complete the change in GitHub without a local clone.
- The walkthrough directly answers whether documentation PRs are taken seriously.
- The new guidance distinguishes useful docs work from splitting trivial typo-only changes for metrics.
- The PR changes only
docs/community/FIRST_PR_WALKTHROUGH.mdand includesCloses #44.
Verify
manual docs review: use GitHub Markdown preview and verify links and wording
Open the PR
- Write
Closes #44in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#45: docs: add maintainer review checklist
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/community/MAINTAINER_PR_REVIEW_RUNBOOK.md
Done when
Acceptance: summarizes useful-review requirements before merging counted
Verify
python3 scripts/check_public_tree.pymanual docs review: verify links and wording
Open the PR
- Write
Closes #45in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#46: content: add Korean notes for Japanese sentence-final particles
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/ko/index.mdapps/mobile/src/grammar/grammarData.tsapps/mobile/src/mistakes/mistakesData.ts
Done when
Acceptance: covers よ, ね, よね, かな at a beginner-safe level with Korean
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verifymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #46in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#47: content: add cultural-safety review examples
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/mobile/src/culture/cultureNotes.tsdocs/community/CONTRIBUTOR_LANDING.md
Done when
Acceptance: includes examples of stereotypes to avoid and context-sensitive
Verify
python3 scripts/check_public_tree.pycd apps/mobile && npm run verifymanual language/content review: explain what wording you checked
Open the PR
- Write
Closes #47in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#49: backend: add malformed multipart upload test for STT endpoint
First PR recipe
Keep this to one useful change for this issue.
Inspect
apps/api/tests/test_api_contract.pyapps/api/app/main.py
Done when
- Missing multipart
filereturns422. - A non-upload value under
filereturns422. - An empty uploaded file returns
422. - Error details are clear and do not expose tracebacks or filesystem paths.
- Existing valid multipart upload and JSON mock-mode tests remain passing.
Verify
python3 scripts/check_public_tree.pycd apps/api && .venv/bin/python -m pytestpython3 -m unittest discover -s scripts -p 'test_*.py'
Open the PR
- Write
Closes #49in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53
#50: docs: add public roadmap for dialogue-bank packs
First PR recipe
Keep this to one useful change for this issue.
Inspect
docs/community/CONTRIBUTOR_GROWTH_PLAN.mddocs/community/CONTRIBUTOR_SPRINT.md
Done when
Acceptance: lists planned persona/topic/JLPT pack areas and names which
Verify
python3 scripts/check_public_tree.pymanual docs review: verify links and wording
Open the PR
- Write
Closes #50in the PR body. - Say what changed and name the check or review you completed.
- Do not add generated media, archives, local engines, databases, secrets, screenshots, or private data.
Need a route?
- Browser edit: https://duct-tape2.github.io/ai-language-partner/community/FIVE_MINUTE_FIRST_PR.html
- Code or tests without local setup: https://duct-tape2.github.io/ai-language-partner/community/CODESPACES_FIRST_PR.html
- Ask a maintainer: https://github.com/duct-tape2/ai-language-partner/discussions/53