Skip to content

Commit bfeb92c

Browse files
committed
docs: update some bug tracker references (NFC)
Fixes #53091 Differential Revision: https://reviews.llvm.org/D116898
1 parent bbf234b commit bfeb92c

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ contribute, and we appreciate all contributions.
66
To get started with contributing, please take a look at the
77
[Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide. It
88
describes how to get involved, raise issues and submit patches. Please note
9-
that at the moment the LLVM project does not use either Github pull requests
10-
or Github issues.
9+
that at the moment the LLVM project does not use GitHub pull requests.

llvm/docs/Contributing.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ about it. Please let us know and follow the instructions in
2626
Bug Fixes
2727
---------
2828
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.
3332

3433
Then try to reproduce and fix the bug with upstream LLVM. Start by building
3534
LLVM from source as described in :doc:`GettingStarted` and
@@ -150,8 +149,8 @@ of LLVM's high-level design, as well as its internals:
150149

151150
.. _Developer's List (llvm-dev): http://lists.llvm.org/mailman/listinfo/llvm-dev
152151
.. _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
155154
.. _clang-format-diff.py: https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/clang-format-diff.py
156155
.. _git-clang-format: https://reviews.llvm.org/source/llvm-github/browse/main/clang/tools/clang-format/git-clang-format
157156
.. _LLVM's Phabricator: https://reviews.llvm.org/

llvm/docs/HowToSubmitABug.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ linked section to narrow down the bug so that the person who fixes it will be
2020
able to find the problem more easily.
2121

2222
Once you have a reduced test-case, go to `the LLVM Bug Tracking System
23-
<https://bugs.llvm.org/enter_bug.cgi>`_ and fill out the form with the
24-
necessary details (note that you don't need to pick a category, just use
25-
the "new-bugs" category if you're not sure). The bug description should
26-
contain the following information:
23+
<https://github.com/llvm/llvm-project/issues>`_ and fill out the form with the
24+
necessary details (note that you don't need to pick a label, just use if you're
25+
not sure). The bug description should contain the following information:
2726

2827
* All information necessary to reproduce the problem.
2928
* The reduced test-case that triggers the bug.

0 commit comments

Comments
 (0)