From 4529fcb4d69b2bc562777afdabd8a4c935ae1c93 Mon Sep 17 00:00:00 2001 From: Eric T Date: Thu, 21 Aug 2025 16:25:46 +0100 Subject: [PATCH] docs: enforce PR template usage --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 9846c17b8..a17bf4c0d 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 -- Always follow the PR submission guidelines and use the pull request template at `.github/pull_request_template.md`, filling out all sections. +- Always use the pull request template at `.github/pull_request_template.md` when crafting a PR, and fill 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.