Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.58 KB

Contributing & Feedback

Contributing to the source

Windows Server Management Tools repo uses Git submodules. It can reduce the load of non-essential projects you don't want to load. That means you can clone each repo of a part of a submodule, instead of cloning the whole project repo.

To contribute, you may need Visual Studio 2022. Required Visual Studio 2022 SDKs:

  1. .NET 4.8 SDK and targeting pack
  2. C++ Windows XP Support for VS 2017 (v141) Tools
  3. Windows 10 SDK (10.0.18362.0)
  4. Windows Universal C Runtime

GitHub Desktop

In GitHub Desktop, consider using Clone Repository\URL, then enter this URL of git repo

https://github.com/TheFlightSims/windowsserver-mgmttools.git

All submodules will be updated automatically. You don't need to use Git CLI.

Git CLI

To clone this project using the Git command line, you need to clone all its base and submodules, following these commands:

git clone https://github.com/TheFlightSims/windowsserver-mgmttools.git
cd windowsserver-mgmttools # Make sure the repo is cloned successfully
git submodule update --init --recursive

Other ways to contribute & feedback

Otherwise, you can do other ways: