Add brief contribution instructions for Github users.

This should show up when opening Github pull requests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-06-11 20:01:04 +00:00
parent 895a58609b
commit ff38c9ebdc

15
CONTRIBUTING.md Normal file
View File

@ -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!