From c8217fabb01b7d1212ae1137738c7cb5dd4d2f33 Mon Sep 17 00:00:00 2001 From: Eric T Date: Thu, 21 Aug 2025 00:05:00 +0100 Subject: [PATCH] docs: reinforce PR submission guidelines --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 3d0450a94..d970d91d3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -115,7 +115,7 @@ The URL format for the NIPs is https://github.com/nostr-protocol/nips/blob/maste ## Pull Requests -- Use the pull request template at `.github/pull_request_template.md` and fill out all sections. +- Always follow the PR submission guidelines and use the pull request template at `.github/pull_request_template.md`, filling out all sections. - Summarize the changes made and describe how they were tested. - Include any limitations or known issues in the description. - Add a "Network Access" section summarizing blocked domains if network requests were denied.