From 13154d6ac7805b5ef052ef4d434db4d5b5322895 Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Mon, 8 Mar 2021 18:38:05 -0500 Subject: [PATCH] Added some helpful instructions --- tools/flow.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/flow.md diff --git a/tools/flow.md b/tools/flow.md new file mode 100644 index 0000000..463a78a --- /dev/null +++ b/tools/flow.md @@ -0,0 +1,13 @@ +# Managing Game Flow +## Joining the game +* create an account on git.lain.church +* fork the iwakuraLain/LaiNomic repo +* add your player file, following the rules +* commit your work to your fork +* create a pull request to the iwakuraLain/LaiNomic + +## Keeping your fork up to date +* clone your fork to your local computer +* run `git remote add upstream https://git.lain.church/iwakuraLain/LaiNomic` +* in order to pull in commits, run `git pull upstream master` +* you can then push the changes to your fork \ No newline at end of file