Pull Request Creation
Which repository are you working on?
IMPORTANT: The PR workflow differs significantly between repositories.
Read the appropriate guide:
For INAV or inav-configurator
📖 Read: .claude/skills/create-pr/INAV-PR.md
Use this for:
- Flight controller firmware (
inav/) - Configuration GUI (
inav-configurator/)
For PrivacyLRS
📖 Read: .claude/skills/create-pr/PRIVACYLRS-PR.md
Use this for:
- Privacy-focused Long Range System (
PrivacyLRS/)
Quick Decision Helper
Check your current directory:
pwd
- Contains
/inav/or/inav-configurator/→ ReadINAV-PR.md - Contains
/PrivacyLRS/→ ReadPRIVACYLRS-PR.md
🚨 Universal Critical Rules (All Repos)
- Testing is MANDATORY - untested code can brick hardware
- NEVER work directly on production branches (secure_01, master, main)
- NEVER target
masterfor PRs - Read this first:
claude/developer/guides/CRITICAL-BEFORE-PR.md
After identifying your repository, read the appropriate detailed guide above.