| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-09 | improve "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-07 | Fix missing words in future tracking issue | Eric Huss | -2/+2 | |
| Fixes some sloppy editing on my part. | ||||
| 2025-06-19 | add issue template for rustdoc | binarycat | -0/+54 | |
| 2025-05-11 | Add an issue template for future-incompatible lints | Eric Huss | -0/+54 | |
| 2025-04-09 | Tracking issue template: fine-grained information on style update status | Josh 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-08 | Rollup 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-08 | Update library tracking issue template to set S-tracking-unimplemented | Josh 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-17 | change config.toml to bootstrap.toml for bootstrap module | bit-aloo | -1/+1 | |
| 2025-01-19 | create an issue template for bootstrap | onur-ozkan | -0/+70 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-11-07 | chore(issue-template): fix branch name | ismailarilik | -1/+1 | |
| It was renamed to "main" from "master". | ||||
| 2024-10-04 | remove blank issue template | Jonathan Dönszelmann | -4/+0 | |
| 2024-04-24 | Strengthen tracking issue policy with consequences | Oli Scherer | -0/+2 | |
| 2024-01-07 | Ask for rustc version in diagnostic reports, remind users to update their ↵ | Michael Goulet | -4/+17 | |
| toolchain | ||||
| 2023-07-11 | Mention style for new syntax in tracking issue template | Michael Goulet | -0/+3 | |
| 2023-06-23 | issue template: add clippy entry which points to the clippy repo | Matthias Krüger | -0/+3 | |
| 2023-04-17 | Spelling misc | Josh Soref | -2/+2 | |
| * environment * nonexistent * potential * prefixes * stabilization * suffixes * use Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | ||||
| 2023-02-07 | Clearly signal purpose of the yaml template | Mark Rousskov | -1/+1 | |
| 2023-01-15 | Include both md and yaml ICE ticket templates | Esteban 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-14 | Use GitHub yaml templates for ICE, Docs and Diagnostics tickets | Esteban Küber | -129/+185 | |
| 2022-07-27 | Add some comments to the docs issue template to clarify | Yuki Okushi | -1/+16 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-07-03 | Rollup merge of #94831 - yaahc:lib-tracking-issue-template-update, r=JohnTitor | Ralf 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-02 | feat: Add a documentation problem issue template | Gimgim | -0/+16 | |
| 2022-03-10 | update library tracking issue template | Jane Lusby | -1/+3 | |
| 2021-06-27 | Fix typo in libs tracking issue template | Aris Merchant | -3/+3 | |
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -1/+1 | |
| Spaces | ||||
| 2021-06-21 | Delete spaces | Alexander Melentyev | -1/+1 | |
| 2021-06-18 | Update library tracking issue for libs-api rename. | Mara Bos | -2/+2 | |
| 2021-04-29 | Fix labels for regression issue template | Camelid | -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-20 | Add A-diagnostics bug report template | Esteban Küber | -0/+46 | |
| 2021-01-22 | Note library tracking issue template in tracking issue template. | Mara Bos | -0/+2 | |
| 2020-12-31 | Improve library tracking issue template | Mara Bos | -6/+26 | |
| 2020-12-19 | Fix labels for 'Library Tracking Issue' template | Camelid | -1/+1 | |
| Each label needs to be separated by a comma (see the ICE issue template for an example of correct usage). | ||||
| 2020-12-10 | Add tracking issue template for library features. | Mara Bos | -0/+63 | |
| 2020-10-20 | Retitle forum links | Jonas Schievink | -4/+4 | |
| 2020-10-20 | Add issue template link to IRLO | Jonas Schievink | -0/+3 | |
| 2020-10-13 | Add regression issue template | Camelid | -0/+68 | |
| 2020-09-05 | Fix typo in tracking issue template | dylni | -1/+1 | |
| 2020-04-18 | Clarify when to use the tracking issue template | Jonas Schievink | -1/+1 | |
| 2020-03-30 | Add `Rust` to the code snippet | DutchGhost | -1/+1 | |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -2/+2 | |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -4/+4 | |
| 2020-01-21 | Add GitHub issue templates | Erin Power | -0/+163 | |
