Issue label update (#9292)

This commit is contained in:
Trask Stalnaker 2023-08-24 02:53:54 -07:00 committed by GitHub
parent ca39cb26d4
commit 2b0f45bb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -9,16 +9,16 @@ This is something that needs additional clarification from the author.
Note: issues with this label are automatically marked stale if there is no activity for 7 days,
and then closed automatically if there is no response from the author within 7 days after that.
### `needs minimal repro`
### `needs repro`
Minimal repros are helpful for a lot of issues (not only for bugs).
Repros are helpful for a lot of issues (not only for bugs).
They allow the maintainers (and others) to much better understand exactly what the
issue author is trying to do, and what they expect to happen.
Ideally minimal repros should be posted to a github repository,
and should include a `README.md` that explains exactly how to build and run the repro,
and what the output of the repro is, and what you expect (or would like) the output of
Ideally repros should be minimal, should be posted to a github repository,
and should include a `README.md` which explains exactly how to build and run the repro,
what the output of the repro is, and what you expect (or would like) the output of
the repro to be.
Note: issues with this label are automatically marked stale if there is no activity for 30 days,