Skip to content

Commit

Permalink
Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Nov 7, 2023
1 parent 396dde5 commit 2b810c5
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bcidea.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Suggest a feature for contribution
description: Suggest a feature you would like to implement, which is based on a BC idea.
title: "[BC Idea]: "
labels: ["bcidea"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to create a BC Idea issue!
⚠️⚠️ BEFORE WE GET STARTED ⚠️⚠️
Please do not create an issue for a BC Idea unless you intend to implement it yourself. If you are not planning to implement the BC Idea yourself, please go to aka.ms/bcideas and upvote the feature on BC Ideas instead.
Before you create a new issue please:
🔎 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: input
id: bcidea
attributes:
label: BC Idea Link
description: Please link to the BC Idea
placeholder: ex. https://experience.dynamics.com/ideas/idea/?ideaid=123456
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Please include the description from the BC Ideas page
placeholder: Description of BC Idea
validations:
required: true
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Report and address a bug
description: Create a bug report for a product defect you would like to address yourself
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
⚠️⚠️ BEFORE WE GET STARTED ⚠️⚠️
This is not the right place to report product defects with customer impact to Microsoft! Issues reported in this repository do not fall under SLAs (Service Level Agreements) and hence have no guaranteed time to mitigation. If your customers are experiencing product defects or you have discovered a severe issue in the product, please follow the steps outlined in https://learn.microsoft.com/dynamics365/business-central/dev-itpro/technical-support to get your issue routed to the right team at Microsoft and to get it treated with the right priority.
Before you create a new issue, please check the following:
🔎 Search existing issues to avoid creating duplicates.
🧪 Test using the latest bcinsider builds to see if your issue has already been fixed
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: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Request a feature
url: http://aka.ms/bcideas
about: Please go to http://aka.ms/bcideas to log your idea. Creating an issue here is not the right way.
- name: Report a bug which has customer impact
url: http://aka.ms/bcsupport
about: Please follow the steps on http://aka.ms/bcsupport to get support. Creating an issue here is not the right way.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/event-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Report and address a bug
description: Create a bug report for a product defect you would like to address yourself
title: "[Event Request]: "
labels: ["event-request"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this event request form.
⚠️⚠️ BEFORE WE GET STARTED ⚠️⚠️
Before you create a new issue, please check the following:
🔎 Search existing issues to avoid creating duplicates.
- type: textarea
id: describe-the-request
attributes:
label: Describe the request
description: A clear and concise description of what the event request is, which you want Microsoft to address
placeholder: Describe the event you would like to request
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Explain why you need this request to be fulfilled. This will help Microsoft assess, if your request could get solved in other ways.
placeholder: Additional context
validations:
required: true
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/extensibility-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Report and address a bug
description: Create a bug report for a product defect you would like to address yourself
title: "[Extensibility Enhancement]: "
labels: ["extensibility-enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this extensibility enhancement form.
⚠️⚠️ BEFORE WE GET STARTED ⚠️⚠️
Before you create a new issue, please check the following:
🔎 Search existing issues to avoid creating duplicates.
- type: textarea
id: describe-the-enhancement
attributes:
label: Describe the enhancement
description: A clear and concise description of what the extensibility enhancement is, which you want Microsoft to address
placeholder: Describe the extensibility you would like to request
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Explain why you need this request to be fulfilled. This will help Microsoft assess, if your request could get solved in other ways.
placeholder: Additional context
validations:
required: true

0 comments on commit 2b810c5

Please sign in to comment.