diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..d0b96ae11d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# How to Contribute to wxWidgets + +We appreciate receiving contributions and we have a community-maintained +[guide for contributors](http://wiki.wxwidgets.org/Development:_How_To_Contribute) +which explains everything you ever wanted to know for contributing to +wxWidgets. + +But if you'd like a shorter version, here it is: we'd prefer to receive your +[patches](http://trac.wxwidgets.org/wiki/HowToSubmitPatches) as +[new tickets](http://trac.wxwidgets.org/newticket) in our Trac installation. +In particular, please notice that we currently don't use Github pull requests, +so please don't open them unless you have been explicitly asked to do it by a +wxWidgets developer. + +### Thanks in advance and looking forward to your contributions!