@@ -26,10 +26,9 @@ about it. Please let us know and follow the instructions in
26
26
Bug Fixes
27
27
---------
28
28
If you are interested in contributing code to LLVM, bugs labeled with the
29
- `beginner keyword `_ in the `bug tracker `_ are a good way to get familiar with
30
- the code base. If you are interested in fixing a bug, please create an account
31
- for the bug tracker and assign it to yourself, to let people know you are working on
32
- it.
29
+ `beginner `_ keyword in the `bug tracker `_ are a good way to get familiar with
30
+ the code base. If you are interested in fixing a bug please comment on it to
31
+ let people know you are working on it.
33
32
34
33
Then try to reproduce and fix the bug with upstream LLVM. Start by building
35
34
LLVM from source as described in :doc: `GettingStarted ` and
@@ -150,8 +149,8 @@ of LLVM's high-level design, as well as its internals:
150
149
151
150
.. _Developer's List (llvm-dev) : http://lists.llvm.org/mailman/listinfo/llvm-dev
152
151
.. _irc.oftc.net : irc://irc.oftc.net/llvm
153
- .. _beginner keyword : https://bugs. llvm.org/buglist.cgi?bug_status=NEW&bug_status=REOPENED&keywords=beginner%2C%20&keywords_type=allwords&list_id=130748&query_format=advanced&resolution=---
154
- .. _bug tracker : https://bugs. llvm.org
152
+ .. _beginner : https://github.com/ llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner
153
+ .. _bug tracker : https://github.com/ llvm/llvm-project/issues
155
154
.. _clang-format-diff.py : https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/clang-format-diff.py
156
155
.. _git-clang-format : https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/git-clang-format
157
156
.. _LLVM's Phabricator : https://reviews.llvm.org/
0 commit comments