Skip to content

Commit 83eeeee

Browse files
authored
Uptake issue types (#27708)
<!-- Thank you for submitting a Pull Request. If you're new to contributing to AlAppExtensions please read our pull request guideline below * https://github.com/microsoft/ALAppExtensions/blob/main/CONTRIBUTING.md --> #### Summary <!-- Provide a general summary of your changes --> Uptake issue types #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#555781](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/555781)
1 parent 07aa6c5 commit 83eeeee

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bcidea.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Implement a BC Idea
22
description: Suggest a BC Idea you would like to implement.
33
title: "[BC Idea]: "
44
labels: ["bcidea"]
5+
type: 'Feature'
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Fix a bug
22
description: Create a bug report for a product defect you would like to address yourself
33
title: "[Bug]: "
4-
labels: ["bug"]
4+
type: 'Bug'
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/extensibility-request.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Create an extensibility request
22
description: Create an event request, request for external or other extensibility request, Microsoft should process
3+
type: 'Task'
34
body:
45
- type: markdown
56
attributes:

0 commit comments

Comments
 (0)