[ci skip] Move to work level templates

This commit is contained in:
NotMyFault
2021-10-08 18:09:58 +02:00
parent 6528c60f4d
commit d2776eed5a
7 changed files with 5 additions and 78 deletions

12
.github/FUNDING.yml vendored
View File

@ -1,12 +0,0 @@
# These are supported funding model platforms
github: [NotMyFault, dordsor21, SirYwell]
patreon: IntellectualSites # Replace with a single Patreon username
open_collective: IntellectualSites
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: https://www.paypal.me/AlexanderBrandes # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@ -1,18 +0,0 @@
## Overview
<!-- Please describe which issue this Pull Request targets
If there is no issue, please create one so we can look into it before approving your PR.
You can do so here: https://github.com/IntellectualSites/PlotSquared/issues
-->
Fixes #{issue number}
## Description
## Checklist
<!-- Make sure you have completed the following steps (put an "X" between of brackets): -->
- [] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch.
- [] I tested my changes and approved their functionality
- [] I ensured my changes do not break other parts of the code
- [] I read and followed the [contribution guidelines](https://github.com/IntellectualSites/PlotSquared/blob/v6/CONTRIBUTING.md)
- [] Ensure that the pull request title represents the desired changelog entry

View File

@ -1,20 +1 @@
categories:
- title: '🐛 Fixes'
label: 'Bugfix'
- title: '✨ Features'
label: 'Feature'
- title: '🧭 Changes'
label: 'Enhancement'
- title: '📦 Dependency updates'
labels:
- 'Renovate'
- 'Dependency updates'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&@'
exclude-contributors:
- 'renovate'
- 'renovate-bot'
template: |
## PlotSquared v6.
$CHANGES
_extends: .github

View File

@ -10,11 +10,11 @@ jobs:
uses: "actions/checkout@v2.3.4"
- name: "Validate Gradle Wrapper"
uses: "gradle/wrapper-validation-action@v1.0.4"
- name: "Setup JDK 16"
uses: "actions/setup-java@v2.2.0"
- name: "Setup Java"
uses: "actions/setup-java@v2.3.1"
with:
distribution: "temurin"
java-version: "16"
java-version: "17"
- name: "Clean Build"
run: "./gradlew clean build"
- name: "Determine release status"