From 38f5609f269e1384015aae819cfdf18ef91ff902 Mon Sep 17 00:00:00 2001 From: Prokube <68293280+prokube@users.noreply.github.com> Date: Mon, 26 Jul 2021 08:15:59 -0700 Subject: [PATCH] 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 --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6e60087 --- /dev/null +++ b/CONTRIBUTING.md @@ -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?