[PATCH] D126526: [docs] Update the label name for new contributors

Yuki Okushi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 28 07:15:07 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0a2d2eed4321: [docs] Update the label name for new contributors (authored by JohnTitor).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126526/new/

https://reviews.llvm.org/D126526

Files:
  llvm/docs/Contributing.rst


Index: llvm/docs/Contributing.rst
===================================================================
--- llvm/docs/Contributing.rst
+++ llvm/docs/Contributing.rst
@@ -26,7 +26,7 @@
 Bug Fixes
 ---------
 If you are interested in contributing code to LLVM, bugs labeled with the
-`beginner`_ keyword in the `bug tracker`_ are a good way to get familiar with
+`good first issue`_ keyword in the `bug tracker`_ are a good way to get familiar with
 the code base. If you are interested in fixing a bug please comment on it to
 let people know you are working on it.
 
@@ -148,7 +148,7 @@
 
 .. _Forum: https://discourse.llvm.org
 .. _irc.oftc.net: irc://irc.oftc.net/llvm
-.. _beginner: https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner
+.. _good first issue: https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
 .. _bug tracker: https://github.com/llvm/llvm-project/issues
 .. _clang-format-diff.py: https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/clang-format-diff.py
 .. _git-clang-format: https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/git-clang-format


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126526.432722.patch
Type: text/x-patch
Size: 1201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220528/185c849d/attachment.bin>


More information about the llvm-commits mailing list