From 7dc988671cc367c59d3018b842111e026f0e463e Mon Sep 17 00:00:00 2001 From: Priyesh Karatha Date: Tue, 21 Jul 2026 12:25:13 +0530 Subject: [PATCH 1/3] HDDS-15919. Fix broken Ozone Enhancement Proposals link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad3fa9ae8a4f..cc90e51b09c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ When creating a new jira for any kind of new feature, improvement or bug, please ## New feature development -For large feature development changes, we use a process called "Ozone Enhancement Proposals" (OEP). This process is designed to ensure that major changes to Ozone are well-designed and have community consensus. If you are planning to propose a significant change, please read the [Ozone Enhancement Proposals](https://ozone.apache.org/docs/edge/design/ozone-enhancement-proposals.html) documentation and create a design document before you start coding. Please note that we only accept design documents in Markdown format; PDF or Google Docs are no longer accepted. +For large feature development changes, we use a process called "Ozone Enhancement Proposals" (OEP). This process is designed to ensure that major changes to Ozone are well-designed and have community consensus. If you are planning to propose a significant change, please read the [Ozone Enhancement Proposals](https://github.com/apache/ozone/blob/master/hadoop-hdds/docs/content/design/ozone-enhancement-proposals.md) documentation and create a design document before you start coding. Please note that we only accept design documents in Markdown format; PDF or Google Docs are no longer accepted. ## Contribute your modifications From ddfb4d8b938f855a30bb1896a631376521886174 Mon Sep 17 00:00:00 2001 From: Priyesh Karatha Date: Wed, 22 Jul 2026 11:40:20 +0530 Subject: [PATCH 2/3] addressing review comments --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 5bd695b1f438..0c770c459808 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -194,7 +194,7 @@ Key paths: - [`hadoop-ozone/dev-support/checks/README.md`](./hadoop-ozone/dev-support/checks/README.md) - [`hadoop-hdds/dev-support/checkstyle/checkstyle.xml`](./hadoop-hdds/dev-support/checkstyle/checkstyle.xml) - [`dev-support/rat/rat-exclusions.txt`](./dev-support/rat/rat-exclusions.txt) -- [Ozone Enhancement Proposals](https://ozone.apache.org/docs/edge/design/ozone-enhancement-proposals.html) +- [Ozone Enhancement Proposals](https://github.com/apache/ozone/blob/master/hadoop-hdds/docs/content/design/ozone-enhancement-proposals.md) ## Security From a96ac6342a4d1e966f42f703f9c9652e1c6986ba Mon Sep 17 00:00:00 2001 From: Priyesh Karatha Date: Sun, 26 Jul 2026 14:05:27 +0530 Subject: [PATCH 3/3] refferening to new website url --- AGENTS.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 0c770c459808..85d66a0fa921 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -194,7 +194,7 @@ Key paths: - [`hadoop-ozone/dev-support/checks/README.md`](./hadoop-ozone/dev-support/checks/README.md) - [`hadoop-hdds/dev-support/checkstyle/checkstyle.xml`](./hadoop-hdds/dev-support/checkstyle/checkstyle.xml) - [`dev-support/rat/rat-exclusions.txt`](./dev-support/rat/rat-exclusions.txt) -- [Ozone Enhancement Proposals](https://github.com/apache/ozone/blob/master/hadoop-hdds/docs/content/design/ozone-enhancement-proposals.md) +- [Ozone Enhancement Proposals](https://ozone.apache.org/docs/next/developer-guide/project/enhancement-proposal) ## Security diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc90e51b09c4..d705ccc88500 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ When creating a new jira for any kind of new feature, improvement or bug, please ## New feature development -For large feature development changes, we use a process called "Ozone Enhancement Proposals" (OEP). This process is designed to ensure that major changes to Ozone are well-designed and have community consensus. If you are planning to propose a significant change, please read the [Ozone Enhancement Proposals](https://github.com/apache/ozone/blob/master/hadoop-hdds/docs/content/design/ozone-enhancement-proposals.md) documentation and create a design document before you start coding. Please note that we only accept design documents in Markdown format; PDF or Google Docs are no longer accepted. +For large feature development changes, we use a process called "Ozone Enhancement Proposals" (OEP). This process is designed to ensure that major changes to Ozone are well-designed and have community consensus. If you are planning to propose a significant change, please read the [Ozone Enhancement Proposals](https://ozone.apache.org/docs/next/developer-guide/project/enhancement-proposal) documentation and create a design document before you start coding. Please note that we only accept design documents in Markdown format; PDF or Google Docs are no longer accepted. ## Contribute your modifications