Skip to content

Commit

Permalink
Add bug report for contribution bugs (microsoft#734)
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 bug report for contribution bugs i.e. bugs discovered in the process
of contributing to BCApps

#### 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#506513](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/506513)
  • Loading branch information
aholstrup1 authored Mar 15, 2024
1 parent 5943869 commit 9386838
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ contact_links:
- name: Request a feature
url: https://aka.ms/bcideas
about: Please go to https://aka.ms/bcideas to log your idea. Creating an issue here is not the right way.
- name: Report a bug
- name: Report a bug in the product
url: https://aka.ms/bcsupport?#bugs
about: Please follow the steps on https://aka.ms/bcsupport to get support. Creating an issue here is not the right way.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/contribution_bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Report a bug in the contribution process
description: Report a bug in the contribution process
title: "[Contribution Process Bug]: "
labels: ["Contribution-Bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
This bug report is intended for reporting issues in the contribution process such as:
✅ Documentation defects in this repository
✅ Tooling defects (e.g. Creating development environments, building apps, etc.)
✅ Other defects in the contribution process to this repository
This bug report is **not** intended for
🛑 Product defects of any kind
Before you create a new issue, please check the following:
🔎 Search existing issues to avoid creating duplicates.
Read more about what and how to contribute in the CONTRIBUTIONS document of this repository: https://github.com/microsoft/BCApps/blob/main/CONTRIBUTING.md.
- type: textarea
id: describe-the-issue
attributes:
label: Describe the issue
description: A clear and concise description of what the issue is
placeholder: Describe the issue
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Describe what behavior you expected
placeholder: Expected behavior
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: List of steps to reproduce
placeholder: Steps to reproduce
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: If needed add any other context about the problem here or include screenshots
placeholder: Additional context, screenshots, log output, etc.
validations:
required: false

0 comments on commit 9386838

Please sign in to comment.