Skip to content

Commit 7aad1ee

Browse files
[libc][docs] link to good beginner bugs (#89297)
Tagging bugs as "good first issue" and taking the time to work with new contributors pays dividends.
1 parent b8de7cf commit 7aad1ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libc/docs/contributing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ to the libc project should also follow the general LLVM
99
`contribution guidelines <https://llvm.org/docs/Contributing.html>`_. Below is
1010
a list of open projects that one can start with:
1111

12+
#. **Beginner Bugs** - Help us tackle
13+
`good first issues <https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Alibc+label%3A%22good+first+issue%22>`__.
14+
These bugs have been tagged with the github labels "libc" and "good first
15+
issue" by the team as potentially easier places to get started. Please do
16+
first check if the bug has an assignee; if so please find another unless
17+
there's been no movement on the issue from the assignee, in which place do
18+
ask if you can help take over.
19+
1220
#. **Cleanup code-style** - The libc project follows the general
1321
`LLVM style <https://llvm.org/docs/CodingStandards.html>`_ but differs in a
1422
few aspects: We use ``snake_case`` for non-constant variable and function

0 commit comments

Comments
 (0)