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
9
9
`contribution guidelines <https://llvm.org/docs/Contributing.html >`_. Below is
10
10
a list of open projects that one can start with:
11
11
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
+
12
20
#. **Cleanup code-style ** - The libc project follows the general
13
21
`LLVM style <https://llvm.org/docs/CodingStandards.html >`_ but differs in a
14
22
few aspects: We use ``snake_case `` for non-constant variable and function
You can’t perform that action at this time.
0 commit comments