diff --git a/libc/docs/contributing.rst b/libc/docs/contributing.rst index b92575ed4108f..bd7d9d79be57d 100644 --- a/libc/docs/contributing.rst +++ b/libc/docs/contributing.rst @@ -9,6 +9,14 @@ to the libc project should also follow the general LLVM `contribution guidelines `_. Below is a list of open projects that one can start with: +#. **Beginner Bugs** - Help us tackle + `good first issues `__. + These bugs have been tagged with the github labels "libc" and "good first + issue" by the team as potentially easier places to get started. Please do + first check if the bug has an assignee; if so please find another unless + there's been no movement on the issue from the assignee, in which place do + ask if you can help take over. + #. **Cleanup code-style** - The libc project follows the general `LLVM style `_ but differs in a few aspects: We use ``snake_case`` for non-constant variable and function