diff --git a/README.md b/README.md new file mode 100644 index 0000000..d01237a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# WRL projects team costing tool + +This spreadsheet is used to estimate the costs when preparing proposals for the WRL projects team. + +## Workflow + +`xlsx` is a binary format, and is not well-suited for version control. + +When making changes to the macro modules within the workbook, please ensure the changes are mirrored in the vbs text files (e.g. `costing-tool-module-1.vbs`) before each commit. This makes it much easier to view the changes using `git diff`.