From 8c30e9f7f3c2c23a571ad2fcea8ce06202a06d51 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 10:23:29 +0000 Subject: [PATCH] Update 'Development workflow' --- Development-workflow.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Development-workflow.md b/Development-workflow.md index 3dc19f0..a468187 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -40,7 +40,9 @@ 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 your changes to the repo. The IDE will allow you to inspect the changes. Always supply a descriptive commit message. (Good form!) +Time to commit your changes to the repo. The IDE will allow you to inspect the changes. + +>Always supply a descriptive commit message. (Good form!) ![commitrepo](https://cdn.discordapp.com/attachments/534260038039109632/970629539715743784/unknown.png)
![commitfiles](https://cdn.discordapp.com/attachments/534260038039109632/970630913279000646/unknown.png) \ No newline at end of file