Skip to content

Commit

Permalink
doc: add the start of the CONTRIBUTING document
Browse files Browse the repository at this point in the history
  • Loading branch information
kopelli committed Sep 17, 2024
1 parent ac9edf0 commit bd31147
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bd31147

Please sign in to comment.