This commit is contained in:
nora 2024-01-03 17:26:22 +01:00
parent 6ba4f4eacd
commit fa1556cab3
3 changed files with 15 additions and 1 deletions

BIN
E-needs-test.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -110,6 +110,11 @@
<br>
<a href="https://github.com/Nilstrieb/cargo-minimize">https://github.com/Nilstrieb/cargo-minimize</a>
</section>
<section>
<h2 style="display: flex; justify-content: center; align-items: center;">adding tests <img src="E-needs-test.png" height="60"></h2>
<p>bug has been fixed, but no test added</p>
<p>just commit a test to close the issue!</p>
</section>
<section data-markdown>
<textarea data-template>
## existing unstable features

View file

@ -37,4 +37,13 @@ Triaging issues is great because it's easy to get started and you can put in ver
You can triage one issue in two minutes, or you can spend 2 hours on an issue. It always depends on the
issue and how much time you want to put in, even the small work is nice.
For issues
Some of the things that are involved when triaging issues are labelling, minimization, bisection and adding tests.
Labelling is the task here that takes the least time. We have an example issue here, that requests that the standard
library documents the memory ordering guarantees for the thread spawn function.
Let's think about what this is: This is a *feature request* for *documentation* about *threads* and *atomics*.
The feature request is to the *library API team*, as it's about a guarantee.
So we add those labels. Remove needs-triage, as we're doing triage, add the docs, thread and atomics area, the category
feature request and the team libs api. If you're not part of a team that has write access to the repository, you can leave
a comment with rustbot as shown here. If you're interested and want to know more, see the link below.