From 99163b5ebf7301a02e1b06279c2ebd5b3fa26179 Mon Sep 17 00:00:00 2001 From: panticmilos Date: Wed, 14 Dec 2022 16:06:54 +0100 Subject: [PATCH] Add templates for new Java distributions --- .../new_distribution_request.md | 22 +++++++++++ .../new_distribution_pull_request_template.md | 37 +++++++++++++++++++ 2 files changed, 59 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 0000000..41ab5fd --- /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 0000000..c2f51b9 --- /dev/null +++ b/.github/new_distribution_pull_request_template.md @@ -0,0 +1,37 @@ +**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 re--- +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?** +quired. +- [ ] Mark if tests were added or updated to cover the changes. +- [ ] Mark if new distribution is being added.