From 9d0b93e3d6bb4eed3d6bd1aff0857ceb4f865e85 Mon Sep 17 00:00:00 2001 From: Sovereignty Date: Wed, 4 Dec 2024 03:48:42 +0000 Subject: [PATCH 1/2] Updated README.md to include new Protect Branches --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aaa482..b687a55 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,12 @@ The default project json is a little advanced for some individuals' tastes. You Use the init.meta.json to ignore descendant/neighbor files when syncing. This means that it will not overwrite non rojo files that may be present only in Roblox Studio. -Clone this file into whatever folder this functionality would be applicable to you. \ No newline at end of file +Clone this file into whatever folder this functionality would be applicable to you. + +## Branches + +The repository has two protected branches. +- main + - Does not allow for code to be pushed to main, and merging a branch into main requires approval before doing so. +- testing + - Does not allow for code to be pushed to testing, however merging is permitted as this branch is intended for testing code. \ No newline at end of file From e698e0c10ec4645497b038055ea43ca0530cccc5 Mon Sep 17 00:00:00 2001 From: Sovereignty Date: Wed, 4 Dec 2024 04:20:18 +0000 Subject: [PATCH 2/2] Added section for How to Use as Template --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b687a55..e573ef2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ The default project json is a little advanced for some individuals' tastes. You - Rojo for syncing - Luau Language Server for syntax, intellisense, type checking, and intellisense syncing +## How To Use + +When creating a new repository, you will be prompted with the chance to choose the template for your new repo. +Select this repository, and then select the options shown below. + ## Installation - Luau Language Server [Link](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.luau-lsp)