From 8e2f57094fff3dd684ef3d1ff743e50befb374c0 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 7 Feb 2023 14:31:38 -0500 Subject: Clearly signal purpose of the yaml template --- .github/ISSUE_TEMPLATE/ice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/ice.yaml b/.github/ISSUE_TEMPLATE/ice.yaml index 8d25bb41c08..7bec05cc575 100644 --- a/.github/ISSUE_TEMPLATE/ice.yaml +++ b/.github/ISSUE_TEMPLATE/ice.yaml @@ -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]: " -- cgit v1.2.1