Skip to content

Commit

Permalink
Uptake issue types
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Nov 27, 2024
1 parent 07aa6c5 commit 629c949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bcidea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Implement a BC Idea
description: Suggest a BC Idea you would like to implement.
title: "[BC Idea]: "
labels: ["bcidea"]
type: 'Feature'
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Fix a bug
description: Create a bug report for a product defect you would like to address yourself
title: "[Bug]: "
labels: ["bug"]
type: 'Bug'
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/extensibility-request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Create an extensibility request
description: Create an event request, request for external or other extensibility request, Microsoft should process
type: 'Task'
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 629c949

Please sign in to comment.