aboutsummaryrefslogtreecommitdiff
path: root/scripts/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/README.org')
-rw-r--r--scripts/README.org12
1 files changed, 8 insertions, 4 deletions
diff --git a/scripts/README.org b/scripts/README.org
index 5ee298e..e6bacd2 100644
--- a/scripts/README.org
+++ b/scripts/README.org
@@ -16,7 +16,7 @@ use it. When you add a script, add a heading here too.
Brings a Linear workspace up to Pearl's dogfooding conventions in one run:
-- a "Pearl" team whose columns are the six Agile states (Icebox, Triage Queue,
+- a "Pearl" team whose columns are the six Agile states (Icebox, Triage,
Backlog, In Progress, Done, Canceled),
- a "Pearl" project inside that team,
- three Custom Views: Pearl Open Issues, Pearl Icebox, Pearl Inbox.
@@ -57,7 +57,7 @@ the repo. A convenient way to pass it:
default columns, and Linear dedups state names case-insensitively, so a naive
"create all six" run collides with the defaults. The script instead renames
the defaults into the six Agile columns (keeping Backlog, In Progress, Done,
- Canceled, and repurposing the unstarted Todo as Triage Queue) and creates
+ Canceled, and repurposing the unstarted Todo as Triage) and creates
only the genuinely-new Icebox.
- *It never archives.* A Linear team must keep at least one unstarted state, and
@@ -73,11 +73,15 @@ the repo. A convenient way to pass it:
no grouping field, so Pearl Open Issues is created with its filter only. Group
it by category in pearl with =pearl-set-grouping=, or in the Linear UI.
-- *Triage Queue is the unstarted type* (it took over the default Todo). pearl's
- grouped view orders sections by state type and then position, so Triage Queue
+- *Triage is the unstarted type* (it took over the default Todo). pearl's
+ grouped view orders sections by state type and then position, so Triage
lists after the backlog columns in pearl even though the Linear board keeps
your column order.
+- *New issues default to Triage, not Backlog.* The script points the team's
+ default new-issue state at Triage (the intake column) after the columns
+ reconcile, so a fresh issue lands there.
+
* coverage-summary.el
** Purpose