From 44e6959c68636b3a82056640c9cd3ee97d286d2c Mon Sep 17 00:00:00 2001 From: Conda Bot <18747875+conda-bot@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:54:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20updated=20file(s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/0_bug.yml | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/0_bug.yml b/.github/ISSUE_TEMPLATE/0_bug.yml index a752e823..2d47f5ef 100644 --- a/.github/ISSUE_TEMPLATE/0_bug.yml +++ b/.github/ISSUE_TEMPLATE/0_bug.yml @@ -33,6 +33,45 @@ body: description: What should have happened instead? Please provide as many details as possible. The more information provided, the more likely we are able to replicate your problem and offer a solution. validations: required: true + - type: textarea + id: info + attributes: + label: Conda Info + description: | + Let's collect some basic information about your conda install. + + Please run the following command from your command line and paste the output below. + + ```bash + conda info + ``` + render: shell + - type: textarea + id: config + attributes: + label: Conda Config + description: | + Let's collect any customizations you may have for your conda install. + + Please run the following command from your command line and paste the output below. + + ```bash + conda config --show-sources + ``` + render: shell + - type: textarea + id: list + attributes: + label: Conda list + description: | + The packages installed into your environment can offer clues as to the problem you are facing. + + Please activate the environment within which you are encountering this bug, run the following command from your command line, and paste the output below. + + ```bash + conda list --show-channel-urls + ``` + render: shell - type: textarea id: context