From 07bf813fb554c9a78d1e9f4a587edd8b6d9d7ccd Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Fri, 28 Mar 2025 00:30:53 +0800 Subject: [PATCH] [Doc] Link to onboarding tasks (#15629) Signed-off-by: DarkLight1337 --- docs/source/conf.py | 5 +++++ docs/source/contributing/overview.md | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index b02b8482..3e790827 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -103,6 +103,11 @@ myst_url_schemes = { "title": "Pull Request #{{path}}", "classes": ["github"], }, + "gh-project": { + "url": "https://github.com/vllm-project/projects/{{path}}", + "title": "Project #{{path}}", + "classes": ["github"], + }, "gh-dir": { "url": "https://github.com/vllm-project/vllm/tree/main/{{path}}", "title": "{{path}}", diff --git a/docs/source/contributing/overview.md b/docs/source/contributing/overview.md index a4141183..10cbc0eb 100644 --- a/docs/source/contributing/overview.md +++ b/docs/source/contributing/overview.md @@ -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! +## 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 See .