From ff38c9ebdc1b4b01492fe744d0ae60564338450b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 Jun 2014 20:01:04 +0000 Subject: [PATCH] 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 --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md 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!