From a245040bf0aa92c0d685af08079050b7b6b20b53 Mon Sep 17 00:00:00 2001 From: Guillaume Verdier Date: Wed, 22 Jul 2026 09:18:43 +0000 Subject: [PATCH 1/2] docs: update enhancement proposal issue template links in CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8cd2aa..1b191af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ to use GitHub Discussions. ### Significant Changes Any significant change to the protocol requires a formal -[Enhancement Proposal](../../issues/new?template=enhancement-proposal.md) +[Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/.github/issues/new?template=enhancement-proposal.yml) and will require Tech Council (TC) approval. Because a change to the protocol requires the entire adopting ecosystem to implement the change, we consider significant changes to include: @@ -70,14 +70,14 @@ significant changes to include: - Backwards Incompatibility: Any "breaking" change that requires a major version increment. -An [Enhancement Proposal](../../issues/new?template=enhancement-proposal.md) +An [Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/.github/issues/new?template=enhancement-proposal.yml) is a living artifact that tracks a proposal through its lifecycle: - **Proposal:** Anyone can submit; idea is proposed and debated. - **Provisional:** TC majority vote to accept; enters working draft iteration. - **Implemented:** TC majority vote to finalize; code complete and merged. -Every [Enhancement Proposal](../../issues/new?template=enhancement-proposal.md) +Every [Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/.github/issues/new?template=enhancement-proposal.yml) must follow a standard template requiring sections for a Summary, Motivation, Detailed Design, Risks, a Test Plan, and Graduation Criteria. This creates a permanent, public design record for the project's evolution. From e74b11832ec21239778f404045031069ae4e8378 Mon Sep 17 00:00:00 2001 From: Guillaume Verdier Date: Wed, 22 Jul 2026 09:20:12 +0000 Subject: [PATCH 2/2] docs: point enhancement proposal issue template link to ucp repo --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b191af..802565c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ to use GitHub Discussions. ### Significant Changes Any significant change to the protocol requires a formal -[Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/.github/issues/new?template=enhancement-proposal.yml) +[Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/ucp/issues/new?template=enhancement-proposal.yml) and will require Tech Council (TC) approval. Because a change to the protocol requires the entire adopting ecosystem to implement the change, we consider significant changes to include: @@ -70,14 +70,14 @@ significant changes to include: - Backwards Incompatibility: Any "breaking" change that requires a major version increment. -An [Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/.github/issues/new?template=enhancement-proposal.yml) +An [Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/ucp/issues/new?template=enhancement-proposal.yml) is a living artifact that tracks a proposal through its lifecycle: - **Proposal:** Anyone can submit; idea is proposed and debated. - **Provisional:** TC majority vote to accept; enters working draft iteration. - **Implemented:** TC majority vote to finalize; code complete and merged. -Every [Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/.github/issues/new?template=enhancement-proposal.yml) +Every [Enhancement Proposal](https://github.com/Universal-Commerce-Protocol/ucp/issues/new?template=enhancement-proposal.yml) must follow a standard template requiring sections for a Summary, Motivation, Detailed Design, Risks, a Test Plan, and Graduation Criteria. This creates a permanent, public design record for the project's evolution.