Document PR title and description conventions #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/pr-conventions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The repo's git conventions in
CLAUDE.mdencouraged conventional-commitprefixes (
feat:,fix:,chore:) on PR titles, but as orbit has grownthose prefixes have started reading as clutter — they add technical
noise without telling a reader anything about what actually changed. The
History stage on orbit itself makes this concrete: a row that says
feat: pull request tracking and Claude removalis worse to scan thanone that says
Show open pull requests in the Review stage.This PR drops the prefix guidance and adds a short section covering title
and description structure. Titles should describe what orbit can do now,
active voice, plain English. Descriptions should open with the problem,
use subheadings for bundled concerns, and keep scope-boundary notes
(
Known cuts,Follow-ups) at the bottom.No code changes, no behavior changes. Documentation-only, so the
convention is in the repo before the backlog of older PRs gets rewritten
by hand to match.
Follow-ups
(
Orbit MVPthrough #13) to serve as in-repo examples of the newconvention.
git config (
arnefismen@gmail.com→arne@fismen.net) during therewrite.
once a few more PRs have landed under the new convention.