forked from SlavaVedernikov/C4InterFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add the start of the CONTRIBUTING document
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |