diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5876238f32..1f319e4646 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,14 @@ blank_issues_enabled: false contact_links: - - name: Contribute in BCApps + - name: Create an extensibility request + url: https://github.com/microsoft/BCApps/issues/new/choose + about: ALAppExtensions no longer accepts new issues. Create extensibility requests, including event requests, in BCApps. + - name: Contribute to Business Central applications url: https://github.com/microsoft/BCApps - about: ALAppExtensions no longer accepts new pull requests. Please submit new Business Central application contributions in BCApps. + about: Submit Business Central application contributions and pull requests in BCApps. - name: Request a feature url: https://aka.ms/bcideas about: Please go to https://aka.ms/bcideas to log your idea. Creating a feature implementation issue here is no longer available. - - 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 a bug-fix contribution issue here is no longer available. diff --git a/.github/ISSUE_TEMPLATE/extensibility-request.yaml b/.github/ISSUE_TEMPLATE/extensibility-request.yaml deleted file mode 100644 index 111b62d6b8..0000000000 --- a/.github/ISSUE_TEMPLATE/extensibility-request.yaml +++ /dev/null @@ -1,37 +0,0 @@ -name: Create an extensibility request -description: Create an event request, request for external or other extensibility request, Microsoft should process -type: 'Task' -body: - - type: markdown - attributes: - value: | - Thanks for submitting an extensibility request. - - This repository no longer accepts new pull requests, but extensibility requests are still accepted here. - - ⚠️⚠️ Before you start ⚠️⚠️ - Before you create a new issue, please check the following: - 🔎 Search the existing issues to avoid a duplicate. - 📖 [How to structure the requests](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/create-extensibility-request) - 📖 [Types of events by value](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/types-of-events-for-extensibility) - 📖 [Min. requirements for IsHandled events](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-use-ishandled-min-req) - - ⚠️Note: Requests submitted through this form are analyzed by AI to support faster triage and more consistent routing. - - - type: textarea - id: explaining-the-need - attributes: - label: Why do you need this change? - description: Explain the benefits of what you’re requesting. Help us assess the best way to fulfil your need. Requests with good explanations are more likely to be accepted. - placeholder: Explain why you need us to fulfill your request. - validations: - required: true - - - type: textarea - id: describe-the-request - attributes: - label: Describe the request - description: Provide a clear, concise description of what you need. Tell us what you want to address. If your request requires changes to multiple objects, or the objects have dependencies, include all the objects in one request. - placeholder: Describe the extensibility request - validations: - required: true diff --git a/README.md b/README.md index 668bb6a9f7..350fd104cd 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,18 @@ > [!IMPORTANT] > **This repository is being retired.** > -> - **From 1 September 2026** you can no longer create issues here. Extensibility requests, including event requests, move to [BCApps](https://github.com/microsoft/BCApps/issues/new/choose). +> - **You can no longer create issues here.** Extensibility requests, including event requests, have moved to [BCApps](https://github.com/microsoft/BCApps/issues/new/choose). > - **On 19 October 2026** this repository will be archived and become read-only. Nothing is deleted — all issues and links keep working. > > Requests already open here will be processed before archiving, so there is no need to re-file them in BCApps. See [the announcement](https://github.com/microsoft/ALAppExtensions/issues/30411) for details. -This repository is now solely for extensibility requests for Microsoft Dynamics 365 Business Central. +This repository no longer accepts new issues or pull requests. -It is no longer a place to contribute to Microsoft AL application add-ons or other Business Central application code. New pull requests are no longer accepted here and will be closed automatically. +For Business Central application contributions and extensibility requests, use the [BCApps](https://github.com/microsoft/BCApps) repository. -For Business Central application contributions, use the [BCApps](https://github.com/microsoft/BCApps) repository. +## Create an extensibility request -## What to request here - -Create an extensibility request issue when you need Microsoft to make the application easier to extend, for example: +Create an [extensibility request in BCApps](https://github.com/microsoft/BCApps/issues/new/choose) when you need Microsoft to make the application easier to extend, for example: - Add a new integration event. - Change function visibility, for example by making a function external. @@ -25,9 +23,10 @@ Create an extensibility request issue when you need Microsoft to make the applic Before creating a request, search existing issues to avoid duplicates and read the guidance for [creating extensibility requests](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/create-extensibility-request). -## What not to file here +## Other requests - **Code contributions and pull requests:** Use [BCApps](https://github.com/microsoft/BCApps). +- **Extensibility requests:** Use [BCApps](https://github.com/microsoft/BCApps/issues/new/choose). - **Product ideas:** Use [BC Ideas](https://aka.ms/bcideas). - **Product defects or customer-impacting issues:** Use [Business Central support](https://aka.ms/bcsupport).