aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorNick Desaulniers <nickdesaulniers@users.noreply.github.com>2024-04-18 13:38:00 -0700
committerGitHub <noreply@github.com>2024-04-18 13:38:00 -0700
commit7aad1ee70f2c6be603707ff52a13e0e22330e859 (patch)
treee843424f4c3717c7c2fa441554613528a46d47cc /libc/docs
parentb8de7cf6588ebc95e33a0e4a5b4254a94df60e4e (diff)
downloadllvm-7aad1ee70f2c6be603707ff52a13e0e22330e859.zip
llvm-7aad1ee70f2c6be603707ff52a13e0e22330e859.tar.gz
llvm-7aad1ee70f2c6be603707ff52a13e0e22330e859.tar.bz2
[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.
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/contributing.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/docs/contributing.rst b/libc/docs/contributing.rst
index b92575e..bd7d9d7 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 <https://llvm.org/docs/Contributing.html>`_. Below is
a list of open projects that one can start with:
+#. **Beginner Bugs** - Help us tackle
+ `good first issues <https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Alibc+label%3A%22good+first+issue%22>`__.
+ 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 <https://llvm.org/docs/CodingStandards.html>`_ but differs in a
few aspects: We use ``snake_case`` for non-constant variable and function