[Doc] Link to onboarding tasks (#15629)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung 2025-03-28 00:30:53 +08:00 committed by GitHub
parent 8958217ad5
commit 07bf813fb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -103,6 +103,11 @@ myst_url_schemes = {
"title": "Pull Request #{{path}}", "title": "Pull Request #{{path}}",
"classes": ["github"], "classes": ["github"],
}, },
"gh-project": {
"url": "https://github.com/vllm-project/projects/{{path}}",
"title": "Project #{{path}}",
"classes": ["github"],
},
"gh-dir": { "gh-dir": {
"url": "https://github.com/vllm-project/vllm/tree/main/{{path}}", "url": "https://github.com/vllm-project/vllm/tree/main/{{path}}",
"title": "{{path}}", "title": "{{path}}",

View File

@ -11,6 +11,15 @@ We also believe in the power of community support; thus, answering queries, offe
Finally, one of the most impactful ways to support us is by raising awareness about vLLM. Talk about it in your blog posts and highlight how it's driving your incredible projects. Express your support on social media if you're using vLLM, or simply offer your appreciation by starring our repository! Finally, one of the most impactful ways to support us is by raising awareness about vLLM. Talk about it in your blog posts and highlight how it's driving your incredible projects. Express your support on social media if you're using vLLM, or simply offer your appreciation by starring our repository!
## Job Board
Unsure on where to start? Check out the following links for tasks to work on:
- [Good first issues](https://github.com/vllm-project/vllm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
- [Selected onboarding tasks](gh-project:6)
- [New model requests](https://github.com/vllm-project/vllm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22new%20model%22)
- [Models with multi-modal capabilities](gh-project:10)
## License ## License
See <gh-file:LICENSE>. See <gh-file:LICENSE>.