Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates #25187

Merged
merged 4 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/AlAppExtensions/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/AlAppExtensions/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.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/create-extensibility-request.md

This file was deleted.

43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/create-issue-i-want-to-address.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/extensibility-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Create an extensibility request
description: Create an event request, request for external or other extensibility request, Microsoft should process
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this extensibility 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 extensibility request is, which you want Microsoft to address
placeholder: Describe the extensibility 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: Explain why you need this request
validations:
required: true
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Microsoft AL application foundation modules and application add-ons for Microsoft Dynamics 365 Business Central
Welcome to the ALAppExtension repository!

This repo is a platform for Microsoft and our vibrant partner channel and community to work together to develop system modules and add-on apps in the AL language and to enable the general extensibility of Microsoft Dynamics 365 Business Central.
This repo is a platform for Microsoft and our vibrant partner channel and community to work together to develop add-on apps in the AL language and to enable the general extensibility of Microsoft Dynamics 365 Business Central.

We’re working to make the core application thinner, more extensible, and easier to localize by extracting more and more of our system logic into modules, forming a system application and application foundation, as well as extracting business logic into add-on and localization apps. As we go, we’ll publish the source code for the modules and apps in this repo. The modules and apps are open for contributions. The apps can furthermore serve as starting point for verticalizations or just as samples for developing apps.
We’re working to make the core application thinner, more extensible, and easier to localize extracting business logic into add-on and localization apps. As we go, we’ll publish the source code for the apps in this repo. The apps are open for contributions and can furthermore serve as starting point for verticalizations or just as samples for developing apps.

⚠ This repository is no longer a place to develop on the System Application or Developer Tools! The System Application is now fully developed in the [BCApps](https://github.com/microsoft/BCApps) repository. Please use that repository for all contributions to the System Application and Developer Tools. ⚠

Microsoft will ship the contributions in upcoming releases of [Microsoft Dynamics 365 Business Central](https://dynamics.microsoft.com/en-us/business-central), where you’ll get to enjoy the effect of your contributions.

Expand Down Expand Up @@ -31,6 +33,4 @@ The software may collect information about you and your use of the software and
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.

## See Also
[FAQ](FAQ.md)

[System Application Overview](https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-system-application-overview)
[FAQ](FAQ.md)