Skip to content

Commit

Permalink
[Ocean] Fix templates to point to the correct type (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jan 28, 2024
1 parent a59bed2 commit af1d328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/integration-enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Integration Feature Request/Enhancement
description: Request a new feature or ask for an improvement of existing functionality in an integration powered by the Ocean framework
title: "[Enhancement/Feature] [Framework]"
labels: ["enhancement", "framework"]
title: "[Enhancement/Feature] [Integration] [<Integration Name Here i.e PagerDuty, Jira...>]"
labels: ["enhancement", "integration"]
body:
- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/ocean-framework-enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Ocean Framework Feature Request/Enhancement
description: Request a new feature or ask for an improvement of existing functionality in the Ocean framework
title: "[Enhancement/Feature] [Integration] [<Integration Name Here i.e PagerDuty, Jira...>]"
labels: ["enhancement", "integration"]
title: "[Enhancement/Feature] [Framework]"
labels: ["enhancement", "framework"]
body:
- type: textarea
attributes:
Expand Down

0 comments on commit af1d328

Please sign in to comment.