STOP MERGING INTO STABLE

I'M TIRED OF SEEING IT!

My friends on GITHUB merge to stable, on DISCORD it's FUCKIN STABLE, I was in a Kade Engine repo, right? and ALLL the PRs were merging into stable
This commit is contained in:
Prokube 2021-07-26 08:15:59 -07:00 committed by GitHub
parent 76ae12dba6
commit 38f5609f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
# More Information on Contributing to Kade Engine
## Branches
`stable` is the repository's main branch, so people can clone a stable Kade Engine to work on their mods. However, this means that Pull Requests will default to merge into
`stable` instead of `master`.
### If your pull request changes the engine, it merges into MASTER.
### If your pull request changes the website, it merges into STABLE.
This really took this long to document. Why?