Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions overview/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<Warning>
**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.
Comment thread
enyst marked this conversation as resolved.
</Warning>

#### Small Improvements
- Quick review and approval for obvious improvements
Expand Down Expand Up @@ -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?

Expand Down
Loading