From 390066b87ee1d366a632f7ae4d13dfaeaaa7528a Mon Sep 17 00:00:00 2001 From: ematejska Date: Thu, 7 Sep 2023 12:37:53 -0700 Subject: [PATCH 1/4] Update dev_console_issue.yaml --- .github/ISSUE_TEMPLATE/dev_console_issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/dev_console_issue.yaml b/.github/ISSUE_TEMPLATE/dev_console_issue.yaml index baf47d96dc..bbf0dccf1e 100644 --- a/.github/ISSUE_TEMPLATE/dev_console_issue.yaml +++ b/.github/ISSUE_TEMPLATE/dev_console_issue.yaml @@ -1,4 +1,4 @@ -name: Develper Console Issue report +name: Developer Console issue description: Create an issue report to help us improve the Developer Console. title: "[Dev Console]: " labels: From 14a72901eafaffeef8b67e367a8f299e33414db7 Mon Sep 17 00:00:00 2001 From: ematejska Date: Thu, 7 Sep 2023 12:38:24 -0700 Subject: [PATCH 2/4] Update modular_cli_issue.yaml --- .github/ISSUE_TEMPLATE/modular_cli_issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/modular_cli_issue.yaml b/.github/ISSUE_TEMPLATE/modular_cli_issue.yaml index 007ea5ba32..74bd80f5f0 100644 --- a/.github/ISSUE_TEMPLATE/modular_cli_issue.yaml +++ b/.github/ISSUE_TEMPLATE/modular_cli_issue.yaml @@ -1,4 +1,4 @@ -name: Modular CLI Issue report +name: Modular CLI issue description: Create an issue for the Modular CLI tool. title: "[Modular CLI]: " labels: From fbd87e8fe5b1fa87230916de69dc8a968fcf6e82 Mon Sep 17 00:00:00 2001 From: ematejska Date: Thu, 7 Sep 2023 12:38:53 -0700 Subject: [PATCH 3/4] Update mojo_bug_report.yaml --- .github/ISSUE_TEMPLATE/mojo_bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml b/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml index ebce80958e..969087f7f0 100644 --- a/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/mojo_bug_report.yaml @@ -2,7 +2,7 @@ name: Mojo bug report description: Create a bug report to help us improve Mojo title: "[BUG]: " labels: - - bug + - "bug,mojo" body: - type: markdown attributes: From 61ef5c0a48aacb148eda3c674ae869648c7829a1 Mon Sep 17 00:00:00 2001 From: ematejska Date: Thu, 7 Sep 2023 12:39:07 -0700 Subject: [PATCH 4/4] Update mojo_feature_request.yaml --- .github/ISSUE_TEMPLATE/mojo_feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/mojo_feature_request.yaml b/.github/ISSUE_TEMPLATE/mojo_feature_request.yaml index f8068c431c..5ebec5ea1b 100644 --- a/.github/ISSUE_TEMPLATE/mojo_feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/mojo_feature_request.yaml @@ -2,7 +2,7 @@ name: Mojo feature request description: Suggest an enhancement for Mojo title: "[Feature Request]" labels: - - enhancement + - "enhancement,mojo" body: - type: markdown attributes: