Skip to content

Commit

Permalink
fix: Fix issue templates (#2760)
Browse files Browse the repository at this point in the history
`:` was incorrect
  • Loading branch information
sfc-gh-asawicki authored Apr 30, 2024
1 parent 2b006aa commit d0d5048
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/01-bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug
description: Something is incorrect or not working as expected.
title: [Bug]:
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-general-usage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: General Usage
description: General help or questions about the usage of provider.
title: [General Usage]:
title: "[General Usage]: "
labels: ["general-usage"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Documentation
description: Issues or feature requests for the documentation.
title: [Docs]:
title: "[Docs]: "
labels: ["docs"]
body:
# TODO(SNOW-1003360): Link doc how to submit issues and FAQ
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/04-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Something is missing or could be improved.
title: [Feature]:
title: "[Feature]: "
labels: ["feature-request"]
body:
# TODO(SNOW-1003360): Link doc how to submit issues and FAQ
Expand Down

0 comments on commit d0d5048

Please sign in to comment.