46 Commits

Author SHA1 Message Date
Trevor Gross e1d0fe5ceb meta: Add checkboxes to unsresolved questions in issue templates
These frequently have links to comments on closed PRs, meaning it can
looks like issues have been resolved even if that isn't the case. Add
checkboxes to make it more clear when a conclusion has been reached.
2026-04-08 16:58:44 -04:00
Redddy 7b7ee8463f Add title field to ICE issue template 2025-12-21 00:26:51 +09:00
Jakub Beránek d3473f0741 Generalize branch references to HEAD 2025-11-02 11:15:55 +01:00
Trevor Gross 6eef2859c7 Add an ACP list item to the library tracking issue template
Most new API has an associated ACP that is useful to reference, but it
doesn't appear anywhere on the template for new tracking issues. Update
this template to include a link to the ACP.
2025-10-01 18:20:01 +00:00
binarycat a59842e4d5 improve "Documentation problem" issue template.
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-08-09 12:27:19 -05:00
Eric Huss 2cb24783f5 Fix missing words in future tracking issue
Fixes some sloppy editing on my part.
2025-07-07 08:40:04 -07:00
binarycat dfaa6220e2 add issue template for rustdoc 2025-06-19 16:24:13 -05:00
Eric Huss f6aeef3d9b Add an issue template for future-incompatible lints 2025-05-11 06:55:36 -07:00
Josh Triplett 7103aea39a Tracking issue template: fine-grained information on style update status
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-09 12:59:37 -07:00
Matthias Krüger f2fd24df00 Rollup merge of #139547 - joshtriplett:library-tracking-issue-template, 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 21:26:03 +02:00
Josh Triplett fe079c4e57 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.
2025-04-08 08:10:41 -07:00
bit-aloo 1954494ec9 change config.toml to bootstrap.toml for bootstrap module 2025-03-17 12:56:41 +05:30
onur-ozkan 59d7213bae create an issue template for bootstrap
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-01-19 13:06:27 +03:00
ismailarilik 2e42b7600b chore(issue-template): fix branch name
It was renamed to "main" from "master".
2024-11-07 10:19:17 +03:00
Jonathan Dönszelmann eefe3200cd remove blank issue template 2024-10-04 09:38:14 +02:00
Oli Scherer 21906002ed Strengthen tracking issue policy with consequences 2024-04-24 13:55:38 +00:00
Michael Goulet 373aeed24d Ask for rustc version in diagnostic reports, remind users to update their toolchain 2024-01-07 02:09:55 +00:00
Michael Goulet 23a5c0a663 Mention style for new syntax in tracking issue template 2023-07-11 19:51:51 +00:00
Matthias Krüger 5a0c8e3a08 issue template: add clippy entry which points to the clippy repo 2023-06-23 18:54:19 +02:00
Josh Soref 0100678188 Spelling misc
* environment
* nonexistent
* potential
* prefixes
* stabilization
* suffixes
* use

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-17 02:55:27 -04:00
Mark Rousskov 8e2f57094f Clearly signal purpose of the yaml template 2023-02-07 14:31:38 -05:00
Esteban Küber f706c3c8f7 Include both md and yaml ICE ticket templates
* 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-15 03:33:52 +00:00
Esteban Küber a1614d0cf8 Use GitHub yaml templates for ICE, Docs and Diagnostics tickets 2023-01-14 01:39:05 +00:00
Yuki Okushi e29ab16d96 Add some comments to the docs issue template to clarify
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-07-27 19:09:09 +09:00
Ralf Jung ff5e5ec71f Rollup merge of #94831 - yaahc:lib-tracking-issue-template-update, r=JohnTitor
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-03 16:41:53 -04:00
Gimgim de9b1da22a feat: Add a documentation problem issue template 2022-07-02 20:39:20 +05:30
Jane Lusby dbb22d247f update library tracking issue template 2022-03-10 16:59:08 -08:00
Aris Merchant fe54486352 Fix typo in libs tracking issue template 2021-06-27 23:00:26 -07:00
Yuki Okushi 58e7411092 Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3
Spaces
2021-06-22 00:00:38 +09:00
Alexander Melentyev e84c9aed6d Delete spaces 2021-06-21 12:11:37 +03:00
Mara Bos 8776b0f41c Update library tracking issue for libs-api rename. 2021-06-18 18:44:09 +02:00
Camelid 16ff6c8050 Fix labels for regression issue template
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 c127530be7 for another example of this.
2021-04-29 13:13:28 -07:00
Esteban Küber 8ead8f57c6 Add A-diagnostics bug report template 2021-02-20 17:55:54 -05:00
Mara Bos 4d7e48970a Note library tracking issue template in tracking issue template. 2021-01-22 19:41:20 +01:00
Mara Bos 929a64fd4c Improve library tracking issue template 2020-12-31 13:52:39 +01:00
Camelid c127530be7 Fix labels for 'Library Tracking Issue' template
Each label needs to be separated by a comma (see the ICE issue template
for an example of correct usage).
2020-12-19 20:47:57 -08:00
Mara Bos f7306b1b63 Add tracking issue template for library features. 2020-12-10 23:16:32 +01:00
Jonas Schievink 95cbfb1aa4 Retitle forum links 2020-10-20 21:36:39 +02:00
Jonas Schievink 2ec4d82e15 Add issue template link to IRLO 2020-10-20 21:26:02 +02:00
Camelid 91cc3d2c42 Add regression issue template 2020-10-13 11:09:04 -07:00
dylni b92b0d6ee6 Fix typo in tracking issue template 2020-09-05 20:12:26 -04:00
Jonas Schievink 49bca71418 Clarify when to use the tracking issue template 2020-04-18 21:07:28 +02:00
DutchGhost 641409bd62 Add Rust to the code snippet 2020-03-30 21:33:42 +02:00
Santiago Pastorino b3b32b74bc rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
Santiago Pastorino 0037f4e37c Rename rustc-guide to rustc-dev-guide 2020-03-10 17:08:10 -03:00
Erin Power 49d78fcd90 Add GitHub issue templates 2020-01-21 18:33:46 +01:00