Contributing

Please help

Interested in contributing code?

Please do! Fork the project and please commit your changes in small incremental steps with descriptive messages. Code quality is not the biggest concern but refrain from simple mistakes. It's a good idea to create an issue when implementing a feature so people don't work on the same feature/issue in an asynchronous manner.

I'm not a programmer, how can I help?

The best way to contribute to WolvenKit directly without submitting code is by writing documentation or guides. We are always in need of help documenting WolvenKit within this wiki. You can submit changes by creating a GitBook account and using this invitation to our Organization: https://app.gitbook.com/invite/-MP5ijqI11FeeX7c8-N8/OVHjxIctfql4c2fCdDv9 If you have any questions or want to chat with developers, please reach out on our Discord!

Building WolvenKit with Visual Studio

Install .NET 7

https://dotnet.microsoft.com/en-us/download/dotnet/7.0

Install the latest Visual Studio release

https://visualstudio.microsoft.com/downloads/

Check out the source code with Git

https://github.com/WolvenKit/WolvenKit

Build and Run

  1. Open All.sln

  2. Build WolvenKit on Debug

Last updated