Skip to content

Commit fe752b7

Browse files
authored
Add issue templates (microsoft#25187)
1 parent 85f8b79 commit fe752b7

8 files changed

+124
-81
lines changed

.github/ISSUE_TEMPLATE/bcidea.yaml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Suggest a feature for contribution
2+
description: Suggest a feature you would like to implement, which is based on a BC idea.
3+
title: "[BC Idea]: "
4+
labels: ["bcidea"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to create a BC Idea issue!
10+
11+
⚠️⚠️ BEFORE WE GET STARTED ⚠️⚠️
12+
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.
13+
14+
Before you create a new issue please:
15+
🔎 Search existing issues to avoid creating duplicates.
16+
17+
Read more about what and how to contribute in the CONTRIBUTIONS document of this repository: https://github.com/microsoft/AlAppExtensions/blob/main/CONTRIBUTING.md.
18+
19+
- type: input
20+
id: bcidea
21+
attributes:
22+
label: BC Idea Link
23+
description: Please link to the BC Idea
24+
placeholder: ex. https://experience.dynamics.com/ideas/idea/?ideaid=123456
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: description
29+
attributes:
30+
label: Description
31+
description: Please include the description from the BC Ideas page
32+
placeholder: Description of BC Idea
33+
validations:
34+
required: true
+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Report and address a bug
2+
description: Create a bug report for a product defect you would like to address yourself
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
11+
⚠️⚠️ BEFORE WE GET STARTED ⚠️⚠️
12+
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.
13+
14+
Before you create a new issue, please check the following:
15+
🔎 Search existing issues to avoid creating duplicates.
16+
🧪 Test using the latest bcinsider builds to see if your issue has already been fixed
17+
18+
Read more about what and how to contribute in the CONTRIBUTIONS document of this repository: https://github.com/microsoft/AlAppExtensions/blob/main/CONTRIBUTING.md.
19+
- type: textarea
20+
id: describe-the-issue
21+
attributes:
22+
label: Describe the issue
23+
description: A clear and concise description of what the issue is
24+
placeholder: Describe the issue
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: expected-behavior
29+
attributes:
30+
label: Expected behavior
31+
description: Describe what behavior you expected
32+
placeholder: Expected behavior
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: steps-to-reproduce
37+
attributes:
38+
label: Steps to reproduce
39+
description: List of steps to reproduce
40+
placeholder: Steps to reproduce
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: additional-context
45+
attributes:
46+
label: Additional context
47+
description: If needed add any other context about the problem here or include screenshots
48+
placeholder: Additional context, screenshots, log output, etc.
49+
validations:
50+
required: true

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Request a feature
4+
url: http://aka.ms/bcideas
5+
about: Please go to http://aka.ms/bcideas to log your idea. Creating an issue here is not the right way.
6+
- name: Report a bug which has customer impact
7+
url: http://aka.ms/bcsupport
8+
about: Please follow the steps on http://aka.ms/bcsupport to get support. Creating an issue here is not the right way.

.github/ISSUE_TEMPLATE/create-extensibility-request.md

-17
This file was deleted.

.github/ISSUE_TEMPLATE/create-issue-i-want-to-address.md

-43
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Create an extensibility request
2+
description: Create an event request, request for external or other extensibility request, Microsoft should process
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thanks for taking the time to fill out this extensibility request form.
8+
9+
⚠️⚠️ BEFORE WE GET STARTED ⚠️⚠️
10+
Before you create a new issue, please check the following:
11+
🔎 Search existing issues to avoid creating duplicates.
12+
- type: textarea
13+
id: describe-the-request
14+
attributes:
15+
label: Describe the request
16+
description: A clear and concise description of what the extensibility request is, which you want Microsoft to address
17+
placeholder: Describe the extensibility request
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: additional-context
22+
attributes:
23+
label: Additional context
24+
description: Explain why you need this request to be fulfilled. This will help Microsoft assess, if your request could get solved in other ways
25+
placeholder: Explain why you need this request
26+
validations:
27+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

-16
This file was deleted.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Microsoft AL application foundation modules and application add-ons for Microsoft Dynamics 365 Business Central
22
Welcome to the ALAppExtension repository!
33

4-
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.
4+
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.
55

6-
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.
6+
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.
7+
8+
⚠ 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. ⚠
79

810
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.
911

@@ -31,6 +33,4 @@ The software may collect information about you and your use of the software and
3133
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.
3234

3335
## See Also
34-
[FAQ](FAQ.md)
35-
36-
[System Application Overview](https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-system-application-overview)
36+
[FAQ](FAQ.md)

0 commit comments

Comments
 (0)