first pass of merging in warp (doesn't build)
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<a href="https://www.warp.dev">
|
||||
<img width="1024" alt="Warp Agentic Development Environment product preview" src="https://github.com/user-attachments/assets/9976b2da-2edd-4604-a36c-8fd53719c6d4" />
|
||||
</a>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.warp.dev"><img height="20" alt="Built with Warp" src="https://raw.githubusercontent.com/warpdotdev/brand-assets/main/Github/Built-With-Warp-Export@2x.png" /></a>
|
||||
|
||||
<a href="https://oz.warp.dev"><img height="20" alt="Powered by Oz" src="https://raw.githubusercontent.com/warpdotdev/brand-assets/main/Github/Powered-By-Oz-Export@2x.png" /></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.warp.dev">Website</a>
|
||||
@@ -31,6 +37,20 @@
|
||||
|
||||
You can [download Warp](https://www.warp.dev/download) and [read our docs](https://docs.warp.dev/) for platform-specific instructions.
|
||||
|
||||
## Warp Contributions Overview Dashboard
|
||||
|
||||
Explore [build.warp.dev](https://build.warp.dev) to:
|
||||
- Watch thousands of Oz agents triage issues, write specs, implement changes, and review PRs
|
||||
- View top contributors and in-flight features
|
||||
- Track your own issues with GitHub sign-in
|
||||
- Click into active agent sessions in a web-compiled Warp terminal
|
||||
|
||||
## Oz for OSS
|
||||
|
||||
Maintaining a popular open-source project? [Apply for Oz credits](https://tally.so/r/LZWxqG) to explore [Oz for OSS](https://github.com/warpdotdev/oz-for-oss).
|
||||
|
||||
Oz for OSS is our partner program for bringing the same agentic open-source management workflows used in this repository to select partner repositories. We work directly with maintainers to implement workflows for issue triage, PR review, community management, and contributor coordination in a way that fits each project.
|
||||
|
||||
## Licensing
|
||||
|
||||
Warp's UI framework (the `warpui_core` and `warpui` crates) are licensed under the [MIT license](LICENSE-MIT).
|
||||
@@ -41,6 +61,9 @@ The rest of the code in this repository is licensed under the [AGPL v3](LICENSE-
|
||||
|
||||
Warp's client codebase is open source and lives in this repository. We welcome community contributions and have designed a lightweight workflow to help new contributors get started. For the full contribution flow, read our [CONTRIBUTING.md](CONTRIBUTING.md) guide.
|
||||
|
||||
> [!TIP]
|
||||
> **Chat with contributors and the Warp team** in the [`#oss-contributors`](https://warpcommunity.slack.com/archives/C0B0LM8N4DB) Slack channel — a good place for ad-hoc questions, design discussion, and pairing with maintainers. New here? [Join the Warp Slack community](https://go.warp.dev/join-preview) first, then jump into `#oss-contributors`.
|
||||
|
||||
### Issue to PR
|
||||
|
||||
Before filing, [search existing issues](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) for your bug or feature request. If nothing exists, [file an issue](https://github.com/warpdotdev/warp/issues/new/choose) using our templates. Security vulnerabilities should be reported privately as described in [CONTRIBUTING.md](CONTRIBUTING.md#reporting-security-issues).
|
||||
@@ -57,7 +80,7 @@ To build and run Warp from source:
|
||||
./script/presubmit # fmt, clippy, and tests
|
||||
```
|
||||
|
||||
See [WARP.md](WARP.md) for the full engineering guide, including coding style, testing, and platform-specific notes.
|
||||
See [AGENTS.md](AGENTS.md) for the full engineering guide, including coding style, testing, and platform-specific notes.
|
||||
|
||||
## Joining the Team
|
||||
|
||||
@@ -66,7 +89,7 @@ Interested in joining the team? See our [open roles](https://www.warp.dev/career
|
||||
## Support and Questions
|
||||
|
||||
1. See our [docs](https://docs.warp.dev/) for a comprehensive guide to Warp's features.
|
||||
2. Join our [Slack Community](https://go.warp.dev/join-preview) to connect with other users and get help from the Warp team.
|
||||
2. Join our [Slack Community](https://go.warp.dev/join-preview) to connect with other users and get help from the Warp team — contributors hang out in [`#oss-contributors`](https://warpcommunity.slack.com/archives/C0B0LM8N4DB).
|
||||
3. Try our [Preview build](https://www.warp.dev/download-preview) to test the latest experimental features.
|
||||
4. Mention **@oss-maintainers** on any issue to escalate to the team — for example, if you encounter problems with the automated agents.
|
||||
|
||||
@@ -78,12 +101,12 @@ We ask everyone to be respectful and empathetic. Warp follows the [Code of Condu
|
||||
|
||||
We'd like to call out a few of the [open source dependencies](https://docs.warp.dev/help/licenses) that have helped Warp to get off the ground:
|
||||
|
||||
* [Tokio](https://github.com/tokio-rs/tokio)
|
||||
* [NuShell](https://github.com/nushell/nushell)
|
||||
* [Fig Completion Specs](https://github.com/withfig/autocomplete)
|
||||
* [Warp Server Framework](https://github.com/seanmonstar/warp)
|
||||
* [Alacritty](https://github.com/alacritty/alacritty)
|
||||
* [Hyper HTTP library](https://github.com/hyperium/hyper)
|
||||
* [FontKit](https://github.com/servo/font-kit)
|
||||
* [Core-foundation](https://github.com/servo/core-foundation-rs)
|
||||
* [Smol](https://github.com/smol-rs/smol)
|
||||
- [Tokio](https://github.com/tokio-rs/tokio)
|
||||
- [NuShell](https://github.com/nushell/nushell)
|
||||
- [Fig Completion Specs](https://github.com/withfig/autocomplete)
|
||||
- [Warp Server Framework](https://github.com/seanmonstar/warp)
|
||||
- [Alacritty](https://github.com/alacritty/alacritty)
|
||||
- [Hyper HTTP library](https://github.com/hyperium/hyper)
|
||||
- [FontKit](https://github.com/servo/font-kit)
|
||||
- [Core-foundation](https://github.com/servo/core-foundation-rs)
|
||||
- [Smol](https://github.com/smol-rs/smol)
|
||||
|
||||
Reference in New Issue
Block a user