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..2cec171 --- /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