From f48da107d0161c70272ca069d77ac8ea95cd88bd Mon Sep 17 00:00:00 2001 From: Jonathan <137229312+Jstreetman@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:29:13 -0400 Subject: [PATCH 1/2] docs: optimized contributing.md steps for better readability (#846) --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb49460..2a1e49f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,11 +16,12 @@ instructions: ### Setup steps -1. Fork and clone the repo -2. Copy `.env.example` into `.env` -3. Run `npm install && npm run setup -s` to install dependencies and run +1. Fork repo +2. clone the repo +3. Copy `.env.example` into `.env` +4. Run `npm install && npm run setup -s` to install dependencies and run validation -4. Create a branch for your PR with `git checkout -b pr/your-branch-name` +5. Create a branch for your PR with `git checkout -b pr/your-branch-name` > Tip: Keep your `main` branch pointing at the original repository and make pull > requests from branches on your fork. To do this, run: From 7932179e3fad6c5e14cacc8f8fed9e6ca761722b Mon Sep 17 00:00:00 2001 From: kody Date: Tue, 10 Sep 2024 20:29:25 +0000 Subject: [PATCH 2/2] Update epic-stack version [skip ci] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14fc328..f5d4cae 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "sideEffects": false, "license": "MIT", "epic-stack": { - "head": "75c623c795c09bba12dbb8f05cd7634cbeb736f0", - "date": "2024-09-09T16:55:37Z" + "head": "f48da107d0161c70272ca069d77ac8ea95cd88bd", + "date": "2024-09-10T20:29:25Z" }, "author": "Kent C. Dodds (https://kentcdodds.com/)", "type": "module",