Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc][docs] link to good beginner bugs #89297

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

nickdesaulniers
Copy link
Member

Tagging bugs as "good first issue" and taking the time to work with new
contributors pays dividends.

Tagging bugs as "good first issue" and taking the time to work with new
contributors pays dividends.
@llvmbot llvmbot added the libc label Apr 18, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Apr 18, 2024

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Changes

Tagging bugs as "good first issue" and taking the time to work with new
contributors pays dividends.


Full diff: https://github.com/llvm/llvm-project/pull/89297.diff

1 Files Affected:

  • (modified) libc/docs/contributing.rst (+8)
diff --git a/libc/docs/contributing.rst b/libc/docs/contributing.rst
index b92575ed4108f5..bd7d9d79be57d7 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

Copy link
Contributor

@michaelrj-google michaelrj-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nickdesaulniers nickdesaulniers merged commit 7aad1ee into llvm:main Apr 18, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants