From 42e6a9e485e20d6fcda8f514c7fe213ac9b58d09 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 28 Apr 2026 09:41:16 +0100 Subject: [PATCH 1/2] Add test proposal for workflow validation This proposal intentionally has incorrect naming to test the workflow: - Filename uses 000- prefix instead of PR number - Title missing PR number prefix Co-Authored-By: Claude Sonnet 4.5 --- proposals/000-test-workflow.md | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 proposals/000-test-workflow.md diff --git a/proposals/000-test-workflow.md b/proposals/000-test-workflow.md new file mode 100644 index 00000000..d80cb37e --- /dev/null +++ b/proposals/000-test-workflow.md @@ -0,0 +1,43 @@ + + +# - + +**Proposal**: #<PR-NUMBER> <!-- Update both title and this line after opening your PR --> + +Provide a brief summary of the feature you are proposing to add to Kroxylicious. + +## Current situation + +Describe the current capability Kroylicious has in this area. + +## Motivation + +Explain the motivation why this should be added, and what value it brings. + +## Proposal + +Provide an introduction to the proposal. Use sub sections to call out considerations, possible delivery mechanisms etc. + +## Affected/not affected projects + +Call out the projects in the Kroxylicious organisation that are/are not affected by this proposal. + +## Compatibility + +Call out any future or backwards compatibility considerations this proposal has accounted for. + +## Rejected alternatives + +Call out options that were considered while creating this proposal, but then later rejected, along with reasons why. From f652047c0594e9c9d7f979aef623a3409c333041 Mon Sep 17 00:00:00 2001 From: Keith Wall <kwall@apache.org> Date: Tue, 28 Apr 2026 09:44:45 +0100 Subject: [PATCH 2/2] Fix proposal naming and title format - Rename to 003-test-workflow.md - Update title to include PR number: # 3 - Test Workflow Validation - Update proposal reference to #3 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --- proposals/{000-test-workflow.md => 003-test-workflow.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename proposals/{000-test-workflow.md => 003-test-workflow.md} (92%) diff --git a/proposals/000-test-workflow.md b/proposals/003-test-workflow.md similarity index 92% rename from proposals/000-test-workflow.md rename to proposals/003-test-workflow.md index d80cb37e..218e2609 100644 --- a/proposals/000-test-workflow.md +++ b/proposals/003-test-workflow.md @@ -12,9 +12,9 @@ See proposals/README.md for complete instructions. This template is provided as an example with sections you may wish to comment on with respect to your proposal. Add or remove sections as required to best articulate the proposal. --> -# <PR-NUMBER> - <Title> +# 3 - Test Workflow Validation -**Proposal**: #<PR-NUMBER> <!-- Update both title and this line after opening your PR --> +**Proposal**: #3 Provide a brief summary of the feature you are proposing to add to Kroxylicious.