Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates for new Java distributions #429

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 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?**
<!--- We accept contributions! -->
16 changes: 16 additions & 0 deletions .github/new_distribution_pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.