From 05e664544042953020ab46f7688e6fee62d553df Mon Sep 17 00:00:00 2001 From: Trevor Lund Date: Thu, 20 Jan 2022 12:18:14 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: summ1else --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0e78464..cbea1fd4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,8 +131,7 @@ Sometimes a change will be made that intends to change the stats garnered by PoB Docker alternative: 1. Add the new build XML (if applicable) to the `TestBuilds` folder -2. Run `docker-compose up -d` to generate a LUA file that contains the current stats of that build -3. Run `docker-compose up -d` and the tests should pass +2. Run `docker-compose up -d` to generate a LUA file that contains the current stats of that build and run the tests ## Keeping your fork up to date