Personal check-in
Register a personal persona.
After review it lands in the catalog. Open a GitHub issue with a draft, or add one PERSONA.md and propose the change.
01
Request review by issue
The button opens a GitHub issue with a draft already filled in. Maintainers read it and, if it passes, add user/your-slug/PERSONA.md. Do not include real names, contacts, or private data.
Open issue02
Open a PR yourself
The button opens GitHub’s editor for user/your-slug/PERSONA.md. If you cannot push, GitHub asks you to fork and propose the change. After merge it appears in the catalog. Prefer the terminal? Use the commands below.
git clone --filter=blob:none --sparse https://github.com/goodtekxyz/getPersona.md.git cd getPersona.md git sparse-checkout set user # add user/your-slug/PERSONA.md git checkout -b personal/your-slug