Skip to content

Commit 07bf813

Browse files
[Doc] Link to onboarding tasks (#15629)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent 8958217 commit 07bf813

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
"title": "Pull Request #{{path}}",
104104
"classes": ["github"],
105105
},
106+
"gh-project": {
107+
"url": "https://github.com/vllm-project/projects/{{path}}",
108+
"title": "Project #{{path}}",
109+
"classes": ["github"],
110+
},
106111
"gh-dir": {
107112
"url": "https://github.com/vllm-project/vllm/tree/main/{{path}}",
108113
"title": "{{path}}",

docs/source/contributing/overview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ We also believe in the power of community support; thus, answering queries, offe
1111

1212
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!
1313

14+
## Job Board
15+
16+
Unsure on where to start? Check out the following links for tasks to work on:
17+
18+
- [Good first issues](https://github.com/vllm-project/vllm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
19+
- [Selected onboarding tasks](gh-project:6)
20+
- [New model requests](https://github.com/vllm-project/vllm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22new%20model%22)
21+
- [Models with multi-modal capabilities](gh-project:10)
22+
1423
## License
1524

1625
See <gh-file:LICENSE>.

0 commit comments

Comments
 (0)