[llvm] 0a2d2ee - [docs] Update the label name for new contributors

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


Author: Yuki Okushi
Date: 2022-05-28T23:14:31+09:00
New Revision: 0a2d2eed4321daa5e43698e0d379c583d151d27a

URL: https://github.com/llvm/llvm-project/commit/0a2d2eed4321daa5e43698e0d379c583d151d27a
DIFF: https://github.com/llvm/llvm-project/commit/0a2d2eed4321daa5e43698e0d379c583d151d27a.diff

LOG: [docs] Update the label name for new contributors

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

Differential Revision: https://reviews.llvm.org/D126526

Added: 
    

Modified: 
    llvm/docs/Contributing.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Contributing.rst b/llvm/docs/Contributing.rst
index 65b53c686b666..c0f82e526104e 100644
--- a/llvm/docs/Contributing.rst
+++ b/llvm/docs/Contributing.rst
@@ -26,7 +26,7 @@ about it. Please let us know and follow the instructions in
 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 @@ of LLVM's high-level design, as well as its internals:
 
 .. _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


        


More information about the llvm-commits mailing list