From dd520f10c7cdd0ffed17c2fd36645979aa83de58 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Mon, 22 Jun 2026 11:01:55 -0400 Subject: [PATCH] Address PR #429 review suggestions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/new_distribution_request.md | 8 ++++---- .../new_distribution_pull_request_template.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename .github/{ => PULL_REQUEST_TEMPLATE}/new_distribution_pull_request_template.md (89%) diff --git a/.github/ISSUE_TEMPLATE/new_distribution_request.md b/.github/ISSUE_TEMPLATE/new_distribution_request.md index 41ab5fd7..f5d7c7fa 100644 --- a/.github/ISSUE_TEMPLATE/new_distribution_request.md +++ b/.github/ISSUE_TEMPLATE/new_distribution_request.md @@ -1,8 +1,8 @@ --- name: New Java distribution template -about: Suggest a new Java distribution request +about: Suggest a new Java distribution title: '' -labels: new-distribution +labels: feature request, needs triage assignees: '' --- @@ -13,10 +13,10 @@ Describe your proposal. Justification or a use case for your proposal. **Download URL:** -Download URL for a new distribution +Download URL for the new distribution. **License:** -Link for license for a new distribution +Link to the license for the new distribution. **Are you willing to submit a PR?** \ No newline at end of file diff --git a/.github/new_distribution_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/new_distribution_pull_request_template.md similarity index 89% rename from .github/new_distribution_pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/new_distribution_pull_request_template.md index 8199e7ca..4e3b4437 100644 --- a/.github/new_distribution_pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_distribution_pull_request_template.md @@ -5,7 +5,7 @@ Describe your changes. Add link to the related issue. **Download URL:** -Download URL for a new distribution +Download URL for the new distribution. **License:** Link to the license for the new distribution.