Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/setup-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: panticmilos/setup-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 19, 2022

  1. Copy the full SHA
    18e0bce View commit details
  2. Merge pull request #1 from panticmilos/vmpantic/add-distribution-temp…

    …late
    
    Vmpantic/add distribution template
    panticmilos authored Dec 19, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5e47df3 View commit details
  3. Copy the full SHA
    ed326e5 View commit details
  4. Merge pull request #2 from panticmilos/vmpantic/multiple-PR-templates

    Add dir for multiple PR templates
    panticmilos authored Dec 19, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6e0dea9 View commit details
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! -->
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.
File renamed without changes.