Skip to content

Commit 30bb262

Browse files
authored
docs: fix stale status-conditions.md reference in AGENTS.md (#309)
The 'Adding a new operator feature' checklist referenced docs/reference/status-conditions.md, which does not exist. Status conditions are documented in docs/reference/configuration.md under the 'Status Conditions' section. Updated the checklist to point to the correct location. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 93df4e5 commit 30bb262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ try to use the feature or when improvement cycles audit docs.
268268
6. Run `make manifests && make generate` - Regenerate CRD + deepcopy
269269
7. `docs/reference/configuration.md` - Add all new fields to the
270270
parameter table
271-
8. `docs/reference/status-conditions.md` - Document new status
272-
conditions or reason values
271+
8. `docs/reference/configuration.md` (Status Conditions section) -
272+
Document new status conditions or reason values
273273
9. `docs/reference/metrics.md` - Document new metric label values
274274
(e.g., new revert reasons)
275275
10. `docs/guides/` - Add or update the feature guide (e.g.,

0 commit comments

Comments
 (0)