about summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE
AgeCommit message (Collapse)AuthorLines
2025-08-09improve "Documentation problem" issue template.binarycat-6/+6
rustdoc has its own issue template now, mention that. swap the order of the last two sentances so it reads more like a typical if/else chain (base case listed last). adjust some labels and descriptions
2025-07-07Fix missing words in future tracking issueEric Huss-2/+2
Fixes some sloppy editing on my part.
2025-06-19add issue template for rustdocbinarycat-0/+54
2025-05-11Add an issue template for future-incompatible lintsEric Huss-0/+54
2025-04-09Tracking issue template: fine-grained information on style update statusJosh Triplett-1/+4
Inspired by some of the communication issues around the stabilization of `let`-chains, give more fine-grained information about the status of updating style for any new syntax. This does not change the process or blockers in any way; it only *documents* the current state in the tracking issue. For instance, in the case of `let`-chains, we would have checked the boxes for "Style team decision" and "(non-blocking) Formatting has been implemented", and not checked the box for the style guide. That would have then provided better supporting information for any decisions.
2025-04-08Rollup merge of #139547 - joshtriplett:library-tracking-issue-template, ↵Matthias Krüger-1/+3
r=Amanieu Update library tracking issue template to set S-tracking-unimplemented This will help people notice the `S-tracking-*` labels, and if the tracking issue *is* implemented, they can change the label. Discussed in a `@rust-lang/libs-api` meeting. r? `@Amanieu`
2025-04-08Update library tracking issue template to set S-tracking-unimplementedJosh Triplett-1/+3
This will help people notice the `S-tracking-*` labels, and if the tracking issue *is* implemented, they can change the label.
2025-03-17change config.toml to bootstrap.toml for bootstrap modulebit-aloo-1/+1
2025-01-19create an issue template for bootstraponur-ozkan-0/+70
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-11-07chore(issue-template): fix branch nameismailarilik-1/+1
It was renamed to "main" from "master".
2024-10-04remove blank issue templateJonathan Dönszelmann-4/+0
2024-04-24Strengthen tracking issue policy with consequencesOli Scherer-0/+2
2024-01-07Ask for rustc version in diagnostic reports, remind users to update their ↵Michael Goulet-4/+17
toolchain
2023-07-11Mention style for new syntax in tracking issue templateMichael Goulet-0/+3
2023-06-23issue template: add clippy entry which points to the clippy repoMatthias Krüger-0/+3
2023-04-17Spelling miscJosh Soref-2/+2
* environment * nonexistent * potential * prefixes * stabilization * suffixes * use Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-02-07Clearly signal purpose of the yaml templateMark Rousskov-1/+1
2023-01-15Include both md and yaml ICE ticket templatesEsteban Küber-3/+52
* Existing compilers link to the md version * The YAML version field for the backtrace *doesn't let us paste a full backtrace* * We will need the YAML version in order to be able to submit reports once we start storing the backtrace to disk
2023-01-14Use GitHub yaml templates for ICE, Docs and Diagnostics ticketsEsteban Küber-129/+185
2022-07-27Add some comments to the docs issue template to clarifyYuki Okushi-1/+16
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-07-03Rollup merge of #94831 - yaahc:lib-tracking-issue-template-update, r=JohnTitorRalf Jung-1/+3
Link to stabilization section in std-dev-guide for library tracking issue template This shouldn't land until https://github.com/rust-lang/std-dev-guide/pull/32 is merged.
2022-07-02feat: Add a documentation problem issue templateGimgim-0/+16
2022-03-10update library tracking issue templateJane Lusby-1/+3
2021-06-27Fix typo in libs tracking issue templateAris Merchant-3/+3
2021-06-22Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3Yuki Okushi-1/+1
Spaces
2021-06-21Delete spacesAlexander Melentyev-1/+1
2021-06-18Update library tracking issue for libs-api rename.Mara Bos-2/+2
2021-04-29Fix labels for regression issue templateCamelid-1/+1
Each label needs to be separated by a comma (see the ICE issue template for an example of correct usage). As a result of this problem, the `regression-untriaged` label has not been automatically added to issues opened with this template. See c127530be76bd8aebc7b61f3b4a54f1be577f74c for another example of this.
2021-02-20Add A-diagnostics bug report templateEsteban Küber-0/+46
2021-01-22Note library tracking issue template in tracking issue template.Mara Bos-0/+2
2020-12-31Improve library tracking issue templateMara Bos-6/+26
2020-12-19Fix labels for 'Library Tracking Issue' templateCamelid-1/+1
Each label needs to be separated by a comma (see the ICE issue template for an example of correct usage).
2020-12-10Add tracking issue template for library features.Mara Bos-0/+63
2020-10-20Retitle forum linksJonas Schievink-4/+4
2020-10-20Add issue template link to IRLOJonas Schievink-0/+3
2020-10-13Add regression issue templateCamelid-0/+68
2020-09-05Fix typo in tracking issue templatedylni-1/+1
2020-04-18Clarify when to use the tracking issue templateJonas Schievink-1/+1
2020-03-30Add `Rust` to the code snippetDutchGhost-1/+1
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-4/+4
2020-01-21Add GitHub issue templatesErin Power-0/+163