From 18e0bce788a4cc7fa7b0169e5fc22a1a477afb44 Mon Sep 17 00:00:00 2001 From: panticmilos Date: Wed, 14 Dec 2022 16:00:52 +0100 Subject: [PATCH 1/2] Add templates for new Java distributions --- .../new_distribution_request.md | 22 +++++++++++++++++++ .../new_distribution_pull_request_template.md | 16 ++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_distribution_request.md create mode 100644 .github/new_distribution_pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/new_distribution_request.md b/.github/ISSUE_TEMPLATE/new_distribution_request.md new file mode 100644 index 000000000..41ab5fd73 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_distribution_request.md @@ -0,0 +1,22 @@ +--- +name: New Java distribution template +about: Suggest a new Java distribution request +title: '' +labels: new-distribution +assignees: '' +--- + +**Description:** +Describe your proposal. + +**Justification:** +Justification or a use case for your proposal. + +**Download URL:** +Download URL for a new distribution + +**License:** +Link for license for a 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/new_distribution_pull_request_template.md new file mode 100644 index 000000000..2cec171ea --- /dev/null +++ b/.github/new_distribution_pull_request_template.md @@ -0,0 +1,16 @@ +**Description:** +Describe your changes. + +**Related issue:** +Add link to the related issue. + +**Download URL:** +Download URL for a new distribution + +**License:** +Link for license for a new distribution + +**Check list:** +- [ ] Mark if documentation changes are required. +- [ ] Mark if tests were added or updated to cover the changes. +- [ ] Mark if new distribution is being added. \ No newline at end of file From ed326e564b0e828de9b76d7af3b2007d81091423 Mon Sep 17 00:00:00 2001 From: panticmilos Date: Mon, 19 Dec 2022 11:14:19 +0100 Subject: [PATCH 2/2] Add dir for multiple PR templates --- .../new_distribution_pull_request_template.md | 0 .github/{ => PULL_REQUEST_TEMPLATE}/pull_request_template.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => PULL_REQUEST_TEMPLATE}/new_distribution_pull_request_template.md (100%) rename .github/{ => PULL_REQUEST_TEMPLATE}/pull_request_template.md (100%) diff --git a/.github/new_distribution_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/new_distribution_pull_request_template.md similarity index 100% rename from .github/new_distribution_pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/new_distribution_pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md