From cf9d3f0f0e52a3bf63fd321bc9d683cb69a0dc04 Mon Sep 17 00:00:00 2001 From: Kahlia Hogg <47726907+athletedecoded@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:10:37 -0400 Subject: [PATCH] Update PR_REQS.md --- docs/PR_REQS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PR_REQS.md b/docs/PR_REQS.md index 7797642..a843636 100644 --- a/docs/PR_REQS.md +++ b/docs/PR_REQS.md @@ -2,7 +2,7 @@ - [ ] Read and adhere to our [Contributor Guidelines](./CONTRIBUTING.md) - [ ] Read and agree to our [Code of Conduct](./CODE_OF_CONDUCT.md) -- [ ] Install Candle Cookbook according to the [Developer Setup](./docs/DEV_ENV.md) guide +- [ ] Install Candle Cookbook according to the [Developer Setup](./DEV_ENV.md) guide - [ ] Work from the latest Candle Cookbook `git fetch upstream` - [ ] Name your branch according to [creating your dev branch](#creating-your-dev-branch) - [ ] Test and review according to [reviewing your changes](#reviewing-your-changes)