From 1fade7186839599a36133df229ba5962682566fd Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 10:19:18 +0000 Subject: [PATCH] Update 'Development workflow' --- Development-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development-workflow.md b/Development-workflow.md index 96a815c..fd3f5f2 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -35,11 +35,11 @@ Inside the IDE we will now perform the time honored developer test; displaying a ![CodeEdited](https://cdn.discordapp.com/attachments/534260038039109632/970627553209516072/unknown.png) -Make sure your changes compile. +Make sure your changes actually compile. (Good form!) ![buildtime](https://cdn.discordapp.com/attachments/534260038039109632/970629788077293578/unknown.png)
![compiledok](https://cdn.discordapp.com/attachments/534260038039109632/970630133985718282/unknown.png) -Time to commit our changes to the repo. +Time to commit your changes to the repo. ![commitrepo](https://cdn.discordapp.com/attachments/534260038039109632/970629539715743784/unknown.png) \ No newline at end of file