From 319feafc002c75eb51bf9d0431646e071ce259cf Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Mon, 8 Jun 2026 14:09:11 -0500 Subject: [PATCH 1/3] expand testing info in pr template --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c5168e2bb5..8779aae0ea 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,4 +14,7 @@ ### How should this PR be tested? - \ No newline at end of file + +Any documentation published to Chainguard Academy is reviewed carefully for accuracy. GUI procedures, API commands, and CLI code snippets in a draft are run and tested thoroughly — by both the author and the reviewer — to confirm they work exactly as written. This helps ensure that readers can follow along and get the same results. See the [docs wiki](https://github.com/chainguard-dev/edu#testing). + + \ No newline at end of file From 2b725be241acd2aa266a0f2baa7d322960892791 Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Mon, 8 Jun 2026 14:19:27 -0500 Subject: [PATCH 2/3] add note about console verson --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8779aae0ea..b89747eff7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,4 +17,4 @@ Any documentation published to Chainguard Academy is reviewed carefully for accuracy. GUI procedures, API commands, and CLI code snippets in a draft are run and tested thoroughly — by both the author and the reviewer — to confirm they work exactly as written. This helps ensure that readers can follow along and get the same results. See the [docs wiki](https://github.com/chainguard-dev/edu#testing). - \ No newline at end of file + From 4275a7b93694930a582bffd057352f02db754680 Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Tue, 9 Jun 2026 07:13:12 -0500 Subject: [PATCH 3/3] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Mark Drake <33191761+SharpRake@users.noreply.github.com> Signed-off-by: Matthew Helmke --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b89747eff7..c3996d1ca4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,6 +15,6 @@ ### How should this PR be tested? -Any documentation published to Chainguard Academy is reviewed carefully for accuracy. GUI procedures, API commands, and CLI code snippets in a draft are run and tested thoroughly — by both the author and the reviewer — to confirm they work exactly as written. This helps ensure that readers can follow along and get the same results. See the [docs wiki](https://github.com/chainguard-dev/edu#testing). +Any documentation published to Chainguard Academy is reviewed carefully for accuracy. GUI procedures, API commands, and CLI code snippets in a draft are run and tested thoroughly — by both the author and the reviewer — to confirm they work exactly as written. This helps ensure that readers can follow along and get the same results. See the [`edu` repo's README](https://github.com/chainguard-dev/edu#testing).