Skip to content
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/new_distribution_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: New Java distribution template
about: Suggest a new Java distribution
title: ''
labels: feature request, needs triage
assignees: ''
---

**Description:**
Describe your proposal.

**Justification:**
Justification or a use case for your proposal.

**Download URL:**
Download URL for the new distribution.

**License:**
Link to the license for the new distribution.

**Are you willing to submit a PR?**
<!--- We accept contributions! -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
**Description:**
Comment thread
brunoborges marked this conversation as resolved.
Describe your changes.

**Related issue:**
Add link to the related issue.

**Download URL:**
Download URL for the new distribution.

**License:**
Link to the license for the 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.