Skip to content

Commit

Permalink
Rollup merge of rust-lang#107773 - Mark-Simulacrum:rename-auto-templa…
Browse files Browse the repository at this point in the history
…te, r=estebank

Clearly signal purpose of the yaml template

Following up on rust-lang#106898 (comment)
  • Loading branch information
matthiaskrgr authored Feb 8, 2023
2 parents 31345cd + 8e2f570 commit a4a164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ice.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Internal Compiler Error (Structured form)
name: Internal Compiler Error (for use by automated tooling)
description: For now, you'll want to use the other ICE template, as GitHub forms have strict limits on the size of fields so backtraces cannot be pasted directly.
labels: ["C-bug", "I-ICE", "T-compiler"]
title: "[ICE]: "
Expand Down

0 comments on commit a4a164c

Please sign in to comment.