Contributing - GhostDog98/PowerShell-Debug GitHub Wiki

Contributing to the project

Hey! You want to help this project, fantastic. The best way to do this is to either see what issues are currently up and trying to fix them, or by submitting a pull request (For more information on what pull requests are, see here) Once you've submitted a pull request, it will be reviewed by me probably within a week tops (unfortunately i'm a student, so not much free time), locally compiled and verified to be working, and then merged!

Style guide

Generally speaking, try to keep code as neat as is reasonable for a human being and make it clear what it does with comments, other than that, try to keep the style consistent (on Windows, the compiler will usually notify you if you're not doing this). Alongside that, also please try to follow the example in PowerShell-Debug/Examples/EditExample.cs

Security Changes

If you're suggesting a security fix, please make sure you've privately contacted me first and get the green light to submit a public pull request, as, depending on the situation, it might be something that we want to push ASAP, and finding out about a crucial security bug at the same times as everyone else, probably won't be the best.