You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc-dev-guide/src/contributing.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ conditions that trigger the bug, or part of the error message if there is any.
26
26
An example could be: **"impossible case reached" on lifetime inference for impl
27
27
Trait in return position**.
28
28
29
-
Opening an issue is as easy as following [this
30
-
link](https://github.com/rust-lang/rust/issues/new/choose) and filling out the fields
29
+
Opening an issue is as easy as following [thi link][create an issue] and filling out the fields
31
30
in the appropriate provided template.
32
31
33
32
## Bug fixes or "normal" code changes
@@ -441,7 +440,7 @@ Just a few things to keep in mind:
441
440
#### ⚠️ Note: Where to contribute `rustc-dev-guide` changes
442
441
443
442
For detailed information about where to contribute rustc-dev-guide changes and the benefits of doing so,
444
-
see [the rustc-dev-guide working group documentation](https://forge.rust-lang.org/wg-rustc-dev-guide/index.html#where-to-contribute-rustc-dev-guide-changes).
443
+
see [the rustc-dev-guide working group documentation].
445
444
446
445
## Issue triage
447
446
@@ -458,6 +457,7 @@ Please see <https://forge.rust-lang.org/release/issue-triaging.html>.
[the rustc-dev-guide working group documentation]: https://forge.rust-lang.org/wg-rustc-dev-guide/index.html#where-to-contribute-rustc-dev-guide-changes
461
461
462
462
### Rfcbot labels
463
463
@@ -505,3 +505,4 @@ This section has moved to the ["About this guide"] chapter.
0 commit comments