From b628fd80efccdd9e22cea20c5d70db5620c215e8 Mon Sep 17 00:00:00 2001 From: Jon Ross-Perkins Date: Wed, 12 Feb 2025 14:24:25 -0800 Subject: [PATCH] Remove explorer from issue templates (#4945) --- .github/ISSUE_TEMPLATE/01_explorer_bug.yml | 44 ------------------- ...toolchain_bug.yml => 01_toolchain_bug.yml} | 0 ...ation_bug.yml => 02_documentation_bug.yml} | 0 ...ads_question.yml => 03_leads_question.yml} | 0 4 files changed, 44 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/01_explorer_bug.yml rename .github/ISSUE_TEMPLATE/{02_toolchain_bug.yml => 01_toolchain_bug.yml} (100%) rename .github/ISSUE_TEMPLATE/{03_documentation_bug.yml => 02_documentation_bug.yml} (100%) rename .github/ISSUE_TEMPLATE/{04_leads_question.yml => 03_leads_question.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/01_explorer_bug.yml b/.github/ISSUE_TEMPLATE/01_explorer_bug.yml deleted file mode 100644 index 0a1bc7711a88..000000000000 --- a/.github/ISSUE_TEMPLATE/01_explorer_bug.yml +++ /dev/null @@ -1,44 +0,0 @@ -# Part of the Carbon Language project, under the Apache License v2.0 with LLVM -# Exceptions. See /LICENSE for license information. -# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - -name: Carbon Explorer bug -description: > - Report a bug with the Carbon Explorer interpreter. This is what's provided at - [Compiler Explorer](https://carbon.compiler-explorer.com). -labels: [explorer] -body: - - type: markdown - attributes: - value: > - **Attention:** If this is a _question_, please use either [GitHub - Discussions](https://github.com/carbon-language/carbon-lang/discussions) - or [Discord](https://discord.gg/ZjVdShJDAs). - - type: textarea - id: desc - attributes: - label: > - Description of the bug: - - type: textarea - id: repro - attributes: - label: > - What did you do, or what's a simple way to reproduce the bug? - description: > - Please provide example code and errors; a shortlink to the execution on - [Compiler Explorer](https://carbon.compiler-explorer.com) can also help. - - type: textarea - id: expected - attributes: - label: > - What did you expect to happen? - - type: textarea - id: actual - attributes: - label: > - What actually happened? - - type: textarea - id: extras - attributes: - label: > - Any other information, logs, or outputs that you want to share? diff --git a/.github/ISSUE_TEMPLATE/02_toolchain_bug.yml b/.github/ISSUE_TEMPLATE/01_toolchain_bug.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/02_toolchain_bug.yml rename to .github/ISSUE_TEMPLATE/01_toolchain_bug.yml diff --git a/.github/ISSUE_TEMPLATE/03_documentation_bug.yml b/.github/ISSUE_TEMPLATE/02_documentation_bug.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/03_documentation_bug.yml rename to .github/ISSUE_TEMPLATE/02_documentation_bug.yml diff --git a/.github/ISSUE_TEMPLATE/04_leads_question.yml b/.github/ISSUE_TEMPLATE/03_leads_question.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/04_leads_question.yml rename to .github/ISSUE_TEMPLATE/03_leads_question.yml