mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Add links to jobs page in README and in app, under help menu (#10658)
Release Notes: - N/A Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
e93d554725
commit
bc7eaa6cd5
@ -38,6 +38,8 @@ brew install zed-preview
|
||||
|
||||
See [CONTRIBUTING.md](./CONTRIBUTING.md) for ways you can contribute to Zed.
|
||||
|
||||
Also... we're hiring! Check out our [jobs](https://zed.dev/jobs) page for open roles.
|
||||
|
||||
## Licensing
|
||||
|
||||
License information for third party dependencies must be correctly provided for CI to pass.
|
||||
|
@ -179,6 +179,12 @@ pub fn app_menus() -> Vec<Menu<'static>> {
|
||||
url: "https://twitter.com/zeddotdev".into(),
|
||||
},
|
||||
),
|
||||
MenuItem::action(
|
||||
"Join the Team",
|
||||
super::OpenBrowser {
|
||||
url: "https://zed.dev/jobs".into(),
|
||||
},
|
||||
),
|
||||
],
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user