-
Notifications
You must be signed in to change notification settings - Fork 246
Code Contributions Guideline
If you want to contribute to the project then grab the latest code from Git and after you are happy with your implementation create the PullRequest.
Please note that WiX assemblies are strongly signed and require a full private signing key to be able to build, debug and create unit tests for your contribution. This means that you will need to generate your own key by executing Source/src/prepare-environment.cmd. You need to do it once. Since it's not a delayed signing you will have no difficulties dealing with strongly named assemblies (e.g. debugging). Git commit will also ignore your *.snk file since it is listed in the .gitignore
.
Please follow the GitHub guideline: https://github.com/jessesquires/.github/blob/main/CONTRIBUTING.md.