diff --git a/overview/contributing.mdx b/overview/contributing.mdx index 10dc7fa60..a7dda6020 100644 --- a/overview/contributing.mdx +++ b/overview/contributing.mdx @@ -55,7 +55,11 @@ 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. + #### Small Improvements - Quick review and approval for obvious improvements @@ -168,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?