From 89a5ded14e3f826bd69494a6296e6111d1948150 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sun, 19 Apr 2020 22:25:08 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d619e9..5b2aaa1 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# ludum_dare_46 \ No newline at end of file +# WORKING TITLE + +## Summary + +Short summary of the game and gameplay. + +## Branching + +- `master` - Current state of the game +- `dev` - Next feature update state of the game - Merged to `master` +- `dev-X` - Specific features for the game - Merged to `dev` +- `hotfix-X` - Bugfixes that need to be pushed to all branches + +## Context + +Ludum Dare whatever