From b37cab6535215ebc772e0ef269285fddd344390e Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 27 May 2025 11:51:44 +1000 Subject: [PATCH] fix sentence --- PROCESS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PROCESS.md b/PROCESS.md index 720b135..647dd13 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -122,11 +122,11 @@ A _Deliverable_: - docs Finally, for _Tasks_ that do not belong to a _Deliverable_: -- MUST either qualify as (with related GitHub labels) - - `bug` - bugs reported by users or discovered internally, SHOULD be linked back to a corresponding _FURPS_ and _Milestone_ - - `test` - maintaining and fixing broken tests, SHOULD ideally be linked back to a corresponding _FURPS_ and _Milestone_ - - `release` - work associated with releasing new versions. - - `dependencies` - work associated with updating dependency versions. +- MUST qualify either as (with related GitHub labels) + - `bug`: bugs reported by users or discovered internally, SHOULD be linked back to a corresponding _FURPS_ and _Milestone_ + - `test`: maintaining and fixing broken tests, SHOULD ideally be linked back to a corresponding _FURPS_ and _Milestone_ + - `release`: work associated with releasing new versions. + - `dependencies`: work associated with updating dependency versions. ### Responsibilities