mirror of
https://github.com/actions/setup-java
synced 2024-11-09 23:22:40 +00:00
Add templates for new Java distributions
This commit is contained in:
parent
1df8dbefe2
commit
99163b5ebf
2 changed files with 59 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/new_distribution_request.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/new_distribution_request.md
vendored
Normal file
|
@ -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! -->
|
37
.github/new_distribution_pull_request_template.md
vendored
Normal file
37
.github/new_distribution_pull_request_template.md
vendored
Normal file
|
@ -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?**
|
||||||
|
<!--- We accept contributions! -->quired.
|
||||||
|
- [ ] Mark if tests were added or updated to cover the changes.
|
||||||
|
- [ ] Mark if new distribution is being added.
|
Loading…
Reference in a new issue