Skip to content

Commit

Permalink
Merge pull request modular#584 from ematejska/main
Browse files Browse the repository at this point in the history
Add mojo label for Mojo Issues and standardize capitalization of bug templates
  • Loading branch information
ematejska authored Sep 7, 2023
2 parents 5823e1d + 61ef5c0 commit 7e667e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/dev_console_issue.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/modular_cli_issue.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/mojo_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/mojo_feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7e667e9

Please sign in to comment.