From f80d3aadabde221f4fa20dab767ef3b7ad29efd9 Mon Sep 17 00:00:00 2001 From: openhands Date: Wed, 15 Apr 2026 20:29:24 +0000 Subject: [PATCH 1/5] docs: reduce prominence of enterprise contribution notes Co-authored-by: openhands --- overview/contributing.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/overview/contributing.mdx b/overview/contributing.mdx index a7dda602..7e5a310b 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -57,9 +57,7 @@ Get familiar with our architecture: ### Pull Request Process 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. - +Note: we can't accept pull requests for changes in the `enterprise/` directory of the OpenHands repository right now, since that 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 @@ -172,7 +170,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, and we cannot accept external pull requests for changes to this directory at this time. See `enterprise/LICENSE` for details. +Content in the `enterprise/` directory has a separate license, so we can't accept external pull requests for changes there right now. See `enterprise/LICENSE` for details. ## Ready to make your first contribution? From 898378fb957c2c0fcc385b1aee73f990079c972f Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Wed, 15 Apr 2026 22:34:31 +0200 Subject: [PATCH 2/5] Apply suggestion from @enyst --- overview/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/contributing.mdx b/overview/contributing.mdx index 7e5a310b..53d7b33c 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -57,7 +57,7 @@ Get familiar with our architecture: ### Pull Request Process We welcome pull requests across our public repositories! Here's how we evaluate them: -Note: we can't accept pull requests for changes in the `enterprise/` directory of the OpenHands repository right now, since that 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. +Note: we can't accept pull requests for changes in the `enterprise/` directory of the OpenHands repository right now, since that part of the codebase has a separate license. 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 From 836bce13100c093965b53c5f14aa037537f0b5fd Mon Sep 17 00:00:00 2001 From: openhands Date: Wed, 15 Apr 2026 20:36:59 +0000 Subject: [PATCH 3/5] docs: update GUI Slack channel reference Co-authored-by: openhands --- overview/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/contributing.mdx b/overview/contributing.mdx index 53d7b33c..89bdeec5 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -100,7 +100,7 @@ Make OpenHands more beautiful and user-friendly: - **Mobile Responsiveness** - Make OpenHands work great on all devices - **Component Libraries** - Build reusable UI components -*Small fixes are always welcome! For bigger changes, join our **#eng-ui-ux** channel in [Slack](https://openhands.dev/joinslack) first.* +*Small fixes are always welcome! For bigger changes, join our **#proj-gui** channel in [Slack](https://openhands.dev/joinslack) first.* ### Agent Development Help make our AI agents smarter and more capable: From 3e0d18dc7582b41a588e73b0ca1755ae8b32f5af Mon Sep 17 00:00:00 2001 From: openhands Date: Wed, 15 Apr 2026 20:47:24 +0000 Subject: [PATCH 4/5] docs: reorder enterprise contribution note Co-authored-by: openhands --- overview/contributing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overview/contributing.mdx b/overview/contributing.mdx index 89bdeec5..58514054 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -57,8 +57,6 @@ Get familiar with our architecture: ### Pull Request Process We welcome pull requests across our public repositories! Here's how we evaluate them: -Note: we can't accept pull requests for changes in the `enterprise/` directory of the OpenHands repository right now, since that part of the codebase has a separate license. 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 @@ -72,6 +70,8 @@ We're more careful with agent changes since they affect user experience: *Discuss major changes in [GitHub issues](https://github.com/OpenHands/OpenHands/issues) or [Slack](https://openhands.dev/joinslack) first!* +Note: we can't accept pull requests for changes in the `enterprise/` directory of the OpenHands repository right now, since that part of the codebase has a separate license. 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. + ### Pull Request Guidelines We recommend the following for smooth reviews but they're not required. Just know that the more you follow these guidelines, the more likely you'll get your PR reviewed faster and reduce the quantity of revisions. From 8ab74aca9bbee1d01cab9f068ac41e6dbcbba3b0 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Wed, 15 Apr 2026 22:56:11 +0200 Subject: [PATCH 5/5] Update overview/contributing.mdx --- overview/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/contributing.mdx b/overview/contributing.mdx index 58514054..e1b2c679 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -170,7 +170,7 @@ OpenHands is released under the **MIT License**, which means: *Full license text: [LICENSE](https://github.com/OpenHands/OpenHands/blob/main/LICENSE)* -Content in the `enterprise/` directory has a separate license, so we can't accept external pull requests for changes there right now. See `enterprise/LICENSE` for details. +Content in the `enterprise/` directory has a separate license. See `enterprise/LICENSE` for details. ## Ready to make your first contribution?