From 4016f4a8f2109f84582c3aebb6cbbdadc767029d Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Mon, 3 Aug 2026 11:18:14 +0200 Subject: [PATCH] docs: instruct agents to add release notes --- AGENTS.md | 9 +++++++++ docs/release-notes/release-notes-next.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 194b4b85..175d1a01 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -72,3 +72,12 @@ the binding dependencies are the asset loop-out fields `routerrpc.SendPaymentRequest.first_hop_custom_records` and `lnrpc.Route.custom_channel_data` (lnd v0.18.4-beta), plus the sweep-batcher fee floor `walletrpc.EstimateFeeResponse.min_relay_fee_sat_per_kw` (lnd v0.18.3-beta). + +**6. Pull Request Release Notes:** + +Every pull request must add at least one non-empty line to +`docs/release-notes/release-notes-next.md`. Before finishing any change intended +for a pull request, add a concise entry under the appropriate section (`New +Features`, `Breaking Changes`, `Bug Fixes`, or `Maintenance`). This applies to +all pull requests, including internal maintenance and documentation changes, and +is enforced by CI. diff --git a/docs/release-notes/release-notes-next.md b/docs/release-notes/release-notes-next.md index ed23b7c1..414aa11c 100644 --- a/docs/release-notes/release-notes-next.md +++ b/docs/release-notes/release-notes-next.md @@ -13,7 +13,7 @@ #### Maintenance -* Added a CI gate requiring every pull request to include a non-empty entry in - the next release notes. +* Added a CI gate and repository agent guidance requiring every pull request to + include a non-empty entry in the next release notes. #### Contributors (Alphabetical Order)