A simple to use (hopefully) robust generic mod management tool for managing the files installed by mod archives.
Releases can be found on the nexus mods website.
- Clone repository
- Ensure Visual Studio IDE and .NET Framework 4.6.1 is installed
- Open solution in Visual Studio
(it's that simple)
Before starting any work, please please please consult with the maintainers by creating, or replying to, an appropriate issue thread for the feature/bug you're going to be working on. This is to prevent stepping on other's toes, and so you don't waste any time on a bug thats already been fixed! :)
- Fork this repository so you have a local copy to work off of
- Create a working branch from
master
- Develop your feature/bugfix/whatever
- Commit your changes
- Rebase to upstream
master
if neccessary - Create a PR on the main repository
Don't know what any of this means? New to open source? Digital Ocean has you covered!
- How To Create a Pull Request on GitHub - this guide will go into more detail about the first few steps above!
- How To Rebase and Update a Pull Request - This guide will go into more detail about the later steps of merging your code changes back into our repository.
- An Introduction to Open Source - This is the full Digital ocean guide series on contributing to OSS through git and GitHub.