diff --git a/How-to-participate.md b/How-to-participate.md new file mode 100644 index 0000000..6695206 --- /dev/null +++ b/How-to-participate.md @@ -0,0 +1,17 @@ +There are several ways to participate in the Git for Windows project. First off, have a look at the [governance model](http://git-for-windows.github.io/governance-model.html) of the project. + +# Help users + +On [the mailing list](http://groups.google.com/group/git-for-windows) or on [the issue tracker](https://github.com/git-for-windows/git/issues), help is always welcome. + +# Add documentation + +A lot of documentation wants to be written, still. A good place is [the Git for Windows wiki](https://github.com/git-for-windows/git/wiki). Tutorials, step by step instructions and general background information, etc. + +# Fix bugs or add features in the Git code itself + +Download [the SDK](http://git-for-windows.github.io/#download-sdk) and build Git. Also have a look at [this page](https://github.com/git-for-windows/git/wiki/Building-Git) for tips and tricks revolving around building and debugging Git. + +Please also sign off your work, as [asked by the Git project](https://github.com/git/git/blob/v2.3.5/Documentation/SubmittingPatches#L234-L286) + +After that, submit a Pull Request. \ No newline at end of file