From 8c115422197bc82d664f7f3020296987b5825e29 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 29 Apr 2024 13:21:53 +0900 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb3c254 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 3D Collision Helpers + +Things to note: + +- `main` is the stable branch. Expect things to not break unless the major + version number has changed. +- `dev` is the unstable branch. Expect force pushes and rebases on this branch. +- Changes to be merged into `main` from `dev` will be done with an explicit + merge.