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

Yuki Okushi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 02:04:43 PDT 2022


JohnTitor created this revision.
Herald added a project: All.
JohnTitor requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The `beginner` label is deprecated
and the `good first issue` label is now preferred.


Repository:
  rG LLVM Github Monorepo

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.432497.patch
Type: text/x-patch
Size: 1201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220527/d2327129/attachment.bin>


More information about the llvm-commits mailing list