Created contributing.md and modify gh actions scripts

This commit is contained in:
NotMyFault
2019-12-22 22:47:24 +01:00
parent 39faa740a2
commit 0419667bcc
4 changed files with 73 additions and 9 deletions

View File

@ -15,4 +15,4 @@ You can do so here: https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13
- [] I included all information required in the sections above
- [] 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/FastAsyncWorldEdit-1.13/blob/breaking/CONTRIBUTING.md)
- [] I read and followed the [contribution guidelines](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/blob/1.15/CONTRIBUTING.md)

View File

@ -3,13 +3,9 @@ name: Java CI
on:
push:
branches:
- master
- merge
- 1.15
pull_request:
branches:
- master
- merge
- 1.15
jobs: