diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..04f12d01e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing to C4InterFlow + +## As a Developer + +C4InterFlow is developed on dotnet core, and so far development has been done on a Windows machine with Visual Studio. +Editor files have been put in place to enforce consistency where applicable. + +### Environment Prerequisites + +* Windows environment + * All testing scripts are currently utilizing Windows Batch files. +* Visual Studio (able to support dotnet 6 or later) +* Java JRE + * Necessary to execute the `plantuml.jar` file to render diagrams + +## As a tester + +## All Others \ No newline at end of file