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