Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 32835d1

Browse files
jieyouxutshepang
authored andcommitted
Only keep label description in Forge docs
1 parent 1dad69e commit 32835d1

File tree

1 file changed

+1
-61
lines changed

1 file changed

+1
-61
lines changed

‎src/contributing.md‎

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -422,68 +422,8 @@ Just a few things to keep in mind:
422422

423423
## Issue triage
424424

425-
Sometimes, an issue will stay open, even though the bug has been fixed.
426-
And sometimes, the original bug may go stale because something has changed in the meantime.
425+
Please see <https://forge.rust-lang.org/release/issue-triaging.html>.
427426

428-
It can be helpful to go through older bug reports and make sure that they are still valid.
429-
Load up an older issue, double check that it's still true,
430-
and leave a comment letting us know if it is or is not.
431-
The [least recently updated sort][lru] is good for finding issues like this.
432-
433-
[Thanks to `@rustbot`][rustbot], anyone can help triage issues by adding
434-
appropriate labels to issues that haven't been triaged yet:
435-
436-
[lru]: https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
437-
[rustbot]: ./rustbot.md
438-
439-
<style>
440-
.label-color {
441-
border-radius:0.5em;
442-
}
443-
table td:nth-child(2) {
444-
white-space: nowrap;
445-
}
446-
447-
</style>
448-
449-
| Labels | Color | Description |
450-
|--------|-------|-------------|
451-
| [A-] | <span class="label-color" style="background-color:#f7e101;">&#x2003;</span>&nbsp;Yellow | The **area** of the project an issue relates to. |
452-
| [B-] | <span class="label-color" style="background-color:#d304cb;">&#x2003;</span>&nbsp;Magenta | Issues which are **blockers**. |
453-
| [beta-] | <span class="label-color" style="background-color:#1e76d9;">&#x2003;</span>&nbsp;Dark Blue | Tracks changes which need to be [backported to beta][beta-backport] |
454-
| [C-] | <span class="label-color" style="background-color:#f5f1fd;">&#x2003;</span>&nbsp;Light Purple | The **category** of an issue. |
455-
| [D-] | <span class="label-color" style="background-color:#c9f7a3;">&#x2003;</span>&nbsp;Mossy Green | Issues for **diagnostics**. |
456-
| [E-] | <span class="label-color" style="background-color:#02e10c;">&#x2003;</span>&nbsp;Green | The **experience** level necessary to fix an issue. |
457-
| [F-] | <span class="label-color" style="background-color:#f9c0cc;">&#x2003;</span>&nbsp;Peach | Issues for **nightly features**. |
458-
| [I-] | <span class="label-color" style="background-color:#e10c02;">&#x2003;</span>&nbsp;Red | The **importance** of the issue. |
459-
| [I-\*-nominated] | <span class="label-color" style="background-color:#e10c02;">&#x2003;</span>&nbsp;Red | The issue has been nominated for discussion at the next meeting of the corresponding team. |
460-
| [I-prioritize] | <span class="label-color" style="background-color:#e10c02;">&#x2003;</span>&nbsp;Red | The issue has been nominated for prioritization by the team tagged with a **T**-prefixed label. |
461-
| [L-] | <span class="label-color" style="background-color:#64E9CF;">&#x2003;</span>&nbsp;Teal | The relevant **lint**. |
462-
| [metabug] | <span class="label-color" style="background-color:#5319e7;">&#x2003;</span>&nbsp;Purple | Bugs that collect other bugs. |
463-
| [O-] | <span class="label-color" style="background-color:#6e6ec0;">&#x2003;</span>&nbsp;Purple Grey | The **operating system** or platform that the issue is specific to. |
464-
| [P-] | <span class="label-color" style="background-color:#eb6420;">&#x2003;</span>&nbsp;Orange | The issue **priority**. These labels can be assigned by anyone that understand the issue and is able to prioritize it, and remove the [I-prioritize] label. |
465-
| [regression-] | <span class="label-color" style="background-color:#e4008a;">&#x2003;</span>&nbsp;Pink | Tracks regressions from a stable release. |
466-
| [relnotes] | <span class="label-color" style="background-color:#fad8c7;">&#x2003;</span>&nbsp;Light Orange | Changes that should be documented in the release notes of the next release. |
467-
| [S-] | <span class="label-color" style="background-color:#d3dddd;">&#x2003;</span>&nbsp;Gray | Tracks the **status** of pull requests. |
468-
| [S-tracking-] | <span class="label-color" style="background-color:#4682b4;">&#x2003;</span>&nbsp;Steel Blue | Tracks the **status** of [tracking issues]. |
469-
| [stable-] | <span class="label-color" style="background-color:#00229c;">&#x2003;</span>&nbsp;Dark Blue | Tracks changes which need to be [backported to stable][stable-backport] in anticipation of a point release. |
470-
| [T-] | <span class="label-color" style="background-color:#bfd4f2;">&#x2003;</span>&nbsp;Blue | Denotes which **team** the issue belongs to. |
471-
| [WG-] | <span class="label-color" style="background-color:#c2e0c6;">&#x2003;</span>&nbsp;Green | Denotes which **working group** the issue belongs to. |
472-
473-
474-
[A-]: https://github.com/rust-lang/rust/labels?q=A
475-
[B-]: https://github.com/rust-lang/rust/labels?q=B
476-
[C-]: https://github.com/rust-lang/rust/labels?q=C
477-
[D-]: https://github.com/rust-lang/rust/labels?q=D
478-
[E-]: https://github.com/rust-lang/rust/labels?q=E
479-
[F-]: https://github.com/rust-lang/rust/labels?q=F
480-
[I-]: https://github.com/rust-lang/rust/labels?q=I
481-
[L-]: https://github.com/rust-lang/rust/labels?q=L
482-
[O-]: https://github.com/rust-lang/rust/labels?q=O
483-
[P-]: https://github.com/rust-lang/rust/labels?q=P
484-
[S-]: https://github.com/rust-lang/rust/labels?q=S
485-
[T-]: https://github.com/rust-lang/rust/labels?q=T
486-
[WG-]: https://github.com/rust-lang/rust/labels?q=WG
487427
[stable-]: https://github.com/rust-lang/rust/labels?q=stable
488428
[beta-]: https://github.com/rust-lang/rust/labels?q=beta
489429
[I-\*-nominated]: https://github.com/rust-lang/rust/labels?q=nominated

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /