Templates for new Java distributions#429
Merged
brunoborges merged 9 commits intoJun 22, 2026
Merged
Conversation
Contributor
|
Current issue/PR templates already cover most of this workflow. Recommendation: decide whether distribution-specific templates are still needed, and if so, implement via a targeted fresh PR. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds contribution templates to streamline requesting and submitting support for new Java distributions in actions/setup-java.
Changes:
- Added a dedicated PR template for “new distribution” submissions.
- Added a GitHub Issue template for requesting new Java distribution support (with download/license prompts).
Show a summary per file
| File | Description |
|---|---|
.github/new_distribution_pull_request_template.md |
Introduces a PR template tailored to adding a new Java distribution (adds download/license prompts and a new checklist item). |
.github/ISSUE_TEMPLATE/new_distribution_request.md |
Introduces an issue template to request a new Java distribution, capturing justification, download URL, and licensing info. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 5
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Addressed review suggestions in commit dd520f1. Moved custom PR template under .github/PULL_REQUEST_TEMPLATE, improved wording in both templates, changed issue template labels to feature request and needs triage, and fixed issue template about text. |
brunoborges
approved these changes
Jun 22, 2026
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.
Description:
In the scope of this PR we are adding new templates for new Java distribution.
Check list: