From 80b3c0e3c0c688e1a278c11b26740faa3c4a72f2 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 13 Apr 2026 15:32:41 +0000 Subject: [PATCH 1/3] docs: add enterprise directory PR restriction notice Co-authored-by: openhands --- overview/contributing.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overview/contributing.mdx b/overview/contributing.mdx index 10dc7fa60..8f5ea6f7f 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -57,6 +57,10 @@ Get familiar with our architecture: ### Pull Request Process We welcome all pull requests! Here's how we evaluate them: + +**Enterprise Directory Restriction:** We cannot accept pull requests for changes in the `enterprise/` directory of the OpenHands repository at this time, as this part of the codebase is commercially licensed. If you have feedback or suggestions for [OpenHands Enterprise](/enterprise/index), please [create an issue](https://github.com/OpenHands/OpenHands/issues) in the OpenHands repository instead. + + #### Small Improvements - Quick review and approval for obvious improvements - Make sure CI tests pass From dac52e6d99df297cb5f297960cda4bc6c549144c Mon Sep 17 00:00:00 2001 From: jpelletier1 <44589723+jpelletier1@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:35:16 -0400 Subject: [PATCH 2/3] Enterprise PR restrictions --- overview/contributing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overview/contributing.mdx b/overview/contributing.mdx index 8f5ea6f7f..a7dda6020 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -55,7 +55,7 @@ Get familiar with our architecture: - **[Evaluation](https://github.com/OpenHands/benchmarks)** - Testing and benchmarks ### Pull Request Process -We welcome all pull requests! Here's how we evaluate them: +We welcome pull requests across our public repositories! Here's how we evaluate them: **Enterprise Directory Restriction:** We cannot accept pull requests for changes in the `enterprise/` directory of the OpenHands repository at this time, as this part of the codebase is commercially licensed. If you have feedback or suggestions for [OpenHands Enterprise](/enterprise/index), please [create an issue](https://github.com/OpenHands/OpenHands/issues) in the OpenHands repository instead. @@ -172,7 +172,7 @@ OpenHands is released under the **MIT License**, which means: *Full license text: [LICENSE](https://github.com/OpenHands/OpenHands/blob/main/LICENSE)* -**Special Note:** Content in the `enterprise/` directory has a separate license. See `enterprise/LICENSE` for details. +**Special Note:** Content in the `enterprise/` directory has a separate license, and we cannot accept external pull requests for changes to this directory at this time. See `enterprise/LICENSE` for details. ## Ready to make your first contribution? From 6d28e5b6f2f456385997d9549d14b163eb534820 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 13 Apr 2026 15:55:02 +0000 Subject: [PATCH 3/3] chore: trigger Mintlify rebuild Co-authored-by: openhands