Skip to content

Commit

Permalink
Uptake issue types (#2411)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/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)
  • Loading branch information
aholstrup1 authored Nov 27, 2024
1 parent e5fe655 commit c2cd2fd
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/contribution_bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Report a bug in the contribution process
description: Report a bug in the contribution process
title: "[Contribution Process Bug]: "
labels: ["Contribution-Bug"]
type: 'Bug'
body:
- type: markdown
attributes:
Expand Down

0 comments on commit c2cd2fd

Please sign in to comment.