Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@
Each Goal description must include Specs (a Google Document with commenting
permissions) and an ETA.

Comments on a Goal issue are only appropriate for:

- **ETA update** — when the delivery date changes
- **Priority change** — when the Goal is deprioritised or elevated relative
to other Goals (e.g. "pausing this Goal, focusing on X instead")

Check warning on line 64 in docs/CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / checks

MD013

Line length 140 exceeds 80 characters
- **Spec review request** — asking someone to review the Spec document or
address comments left in it

Everything else — questions, blockers, progress updates, PR links — does not
belong in the Goal issue. Blockers go as `Problem:` sub-issues. Questions go
in the Spec document. Progress is implied by the absence of open Problems and
a valid ETA.

Check warning on line 71 in docs/CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / checks

MD013

Paragraph could be normalized to use line length of 80 characters

> [!NOTE]
> A Goal is represented as a GitHub issue in the relevant repository and has the
> following naming pattern: `Goal: [statement]`.
Expand Down
Loading