Skip to content

Commit

Permalink
Update issue template for bug creation (#500)
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 -->
Add a checkbox to verify that there is an intention to follow up the
issue with a PR. If there isn't, redirect to other channels.
<img width="653" alt="image"
src="https://github.com/microsoft/BCApps/assets/117829001/278d4928-c3c5-434d-a756-03080a0a6326">


#### 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. -->

[AB#497509](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/497509)

---------

Co-authored-by: aholstrup1 <[email protected]@users.noreply.github.com>
  • Loading branch information
aholstrup1 and aholstrup1 authored Jan 24, 2024
1 parent a33a6b4 commit 7ecfebd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bcidea.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Suggest a feature for contribution
description: Suggest a feature you would like to implement, which is based on a BC idea.
name: Implement a BC Idea
description: Suggest a BC Idea you would like to implement.
title: "[BC Idea]: "
labels: ["bcidea"]
body:
Expand Down Expand Up @@ -32,3 +32,12 @@ body:
placeholder: Description of BC Idea
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: I will provide the implementation for this BC Idea
description: |
To provide the implementation for a BC idea, select this checkbox and then Get started. Thanks for contributing.
options:
- label: I will provide the implementation for this BC Idea
required: true
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Report and address a bug
name: Fix a bug
description: Create a bug report for a product defect you would like to address yourself
title: "[Bug]: "
labels: ["bug"]
Expand Down Expand Up @@ -47,4 +47,13 @@ body:
description: If needed add any other context about the problem here or include screenshots
placeholder: Additional context, screenshots, log output, etc.
validations:
required: true
required: false
- type: checkboxes
id: terms
attributes:
label: I will provide a fix for a bug
description: |
To provide a fix for a bug, select this checkbox and then Get started. Thanks for contributing.
options:
- label: I will provide a fix for a bug
required: true

0 comments on commit 7ecfebd

Please sign in to comment.