File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
1010a 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
You can’t perform that action at this time.
0 commit comments