From 9bad6387e9de1deef36a7156ec1ea2cec34fee09 Mon Sep 17 00:00:00 2001 From: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:27:07 +0100 Subject: [PATCH] Fix CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33eccffa68..6dff69d3d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ The project is organized in this folder structure: * **docs** (website) * **src** - * **java** + * **jvm** * **jnet**: contains the JVM side implementation of some classes managed from .NET side; it is structured as a complete Maven project * **net** * **JNet**: The folder containing the source and project of the files ported on .NET @@ -24,9 +24,12 @@ The project is organized in this folder structure: * **JNetReflector**: The folder containing the source and project of the JVM class reflector, the tool to generate .NET classes to interact with JVM counterpart * **templates**: The folder containing the source and project to generate the NuGet template package * **tests** - * **JNetTest**: The folder containing the source and project of the JNet test - * **JNetWinFormsTest**: The folder containing the source and project of the JNet test for WinForms - * **JNetWPFTest**: The folder containing the source and project of the JNet test for WPF + * **jvm** + * **testclass**: contains a JVM test project + * **net** + * **JNetTest**: The folder containing the source and project of the JNet test + * **JNetWinFormsTest**: The folder containing the source and project of the JNet test for WinForms + * **JNetWPFTest**: The folder containing the source and project of the JNet test for WPF # How Can I Contribute?