Skip to content
Open
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
10 changes: 4 additions & 6 deletions overview/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ Get familiar with our architecture:
### Pull Request Process
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.
</Warning>

#### Small Improvements
- Quick review and approval for obvious improvements
- Make sure CI tests pass
Expand All @@ -74,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.

Expand Down Expand Up @@ -102,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:
Expand Down Expand Up @@ -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. See `enterprise/LICENSE` for details.

## Ready to make your first contribution?

Expand Down
Loading