Generate your .prettyrc
Set your preferences once. Drop the file in any repo. PRetty reads it every time.
Tone
Sections to include
Deselect sections your team doesn't use.
Output format
Your .prettyrc
.prettyrc
{
"tone": "balanced",
"sections": [
"title",
"description",
"changelog",
"reviewer-notes",
"testing-checklist"
],
"format": "markdown"
}Drop .prettyrc in your repo root. The CLI picks it up automatically — no flags needed.
Using the CLI?
npx @alexandrakay/pretty-pr
Once your .prettyrc is in place, every run uses your preferences automatically. No flags needed. Teammates who clone the repo get the same output format. Read the CLI docs →