From 0e03d6eee7b935768059beb038d3bedb1fb79e6e Mon Sep 17 00:00:00 2001 From: ematejska Date: Thu, 30 Jan 2025 11:12:13 -0800 Subject: [PATCH] [Issues] Updating the issue templates (#3981) Updating the issue templates to use magic. --- .github/ISSUE_TEMPLATE/dev_console_issue.yaml | 31 -------------- .github/ISSUE_TEMPLATE/modular_cli_issue.yaml | 41 ------------------- .github/ISSUE_TEMPLATE/mojo_bug_report.yaml | 5 +-- 3 files changed, 2 insertions(+), 75 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/dev_console_issue.yaml delete mode 100644 .github/ISSUE_TEMPLATE/modular_cli_issue.yaml diff --git a/.github/ISSUE_TEMPLATE/dev_console_issue.yaml b/.github/ISSUE_TEMPLATE/dev_console_issue.yaml deleted file mode 100644 index 42d8e0f641..0000000000 --- a/.github/ISSUE_TEMPLATE/dev_console_issue.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: Developer Console issue -description: Create an issue report to help us improve the Developer Console. -title: "[Dev Console]" -labels: - - dev-console -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out a bug report! - - Please provide a descriptive title above and fill in the following fields. - - - type: textarea - id: Description - attributes: - label: Issue description - description: Describe the issue you encountered and what you expected to happen. - validations: - required: true - - - type: textarea - id: Steps - attributes: - label: Steps to reproduce - description: Provide the specific steps to reproduce the issue. - value: | - - Add screenshots if possible, to help explain the problem. - - Include anything that might help us debug the issue. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/modular_cli_issue.yaml b/.github/ISSUE_TEMPLATE/modular_cli_issue.yaml deleted file mode 100644 index acaa5ece88..0000000000 --- a/.github/ISSUE_TEMPLATE/modular_cli_issue.yaml +++ /dev/null @@ -1,41 +0,0 @@ -name: Modular CLI issue -description: Create an issue for the Modular CLI tool. -title: "[Modular CLI]" -labels: - - modular-cli -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out an issue report! - - Please provide a descriptive title above and fill in the following fields. - - - type: textarea - id: Description - attributes: - label: Issue description - description: Describe the issue you encountered and what you expected to happen. - validations: - required: true - - type: textarea - id: Steps - attributes: - label: Steps to reproduce - description: Provide the specific steps to reproduce the issue. - value: | - - Include relevant code snippet that did not work as expected. - - If applicable, add screenshots to help explain the problem. - - Include anything else that might help us debug the issue. - validations: - required: true - - - type: textarea - id: Context - attributes: - label: Version Info - description: Which version of the Modular CLI are you using ? - value: | - - Provide Modular CLI version by pasting the output of `modular -v` - - What OS did you install modular CLI on ? - render: shell diff --git a/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml b/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml index 411821ba3f..82d5a3763f 100644 --- a/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml @@ -44,6 +44,5 @@ body: label: System information description: What version of Mojo are you using? value: | - - What OS did you install Mojo on? - - Provide version information for Mojo by pasting the output of `mojo -v`. - - Provide the Modular CLI version by pasting the output of `modular -v`. + - Provide the system information by running `magic info`. + - Provide version information for MAX (includes Mojo) by pasting the output of `magic list max`.