Remove issue templates and update repository guidelines to reflect the cessation of new pull requests#30013
Merged
Conversation
…e cessation of new pull requests
Contributor
|
Could not find a linked ADO work item. Please link one by using the pattern 'AB#' followed by the relevant work item number. You may use the 'Fixes' keyword to automatically resolve the work item when the pull request is merged. E.g. 'Fixes AB#1234' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates repository documentation and configuration to reflect that new pull requests are no longer accepted in the ALAppExtensions repository. It introduces automation to block new pull requests, updates guidance for contributors, and clarifies the types of issues that are still accepted (extensibility requests). The most important changes are summarized below:
Repository Policy Updates:
CONTRIBUTING.mdto state that new pull requests will be closed automatically and only extensibility requests remain open; also clarified the process for product defect reporting and support.FAQ.mdto indicate that code contributions should now be made to theBCAppsrepository, and removed outdated guidance about .NET type wrapper pull requests..github/PULL_REQUEST_TEMPLATE.md) to inform users that new pull requests are no longer accepted and will be closed automatically.Issue and Contribution Workflow Changes:
config.ymlto direct users to external sites for feature and bug requests; clarified that feature implementation and bug-fix contribution issues are no longer available here. [1] [2] [3]Automation and Enforcement:
.github/workflows/BlockNewPullRequests.yml) to automatically comment on and close any new pull requests created after a specified cutoff date, explaining the repository policy.Other Documentation Adjustments:
These changes ensure clear communication to contributors about the repository's new maintenance mode and enforce the updated contribution policy.