From a31e8e4df67cc8ca1cfbdda2217ceb87caeca994 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 1 May 2015 15:09:46 +0200 Subject: [PATCH] Mention that GitHub pull requests are accepted too now. Update the contributions instructions after switch to Git(Hub). --- CONTRIBUTING.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0b96ae11d..e93fbbe2c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,11 +5,8 @@ We appreciate receiving contributions and we have a community-maintained 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. +You can either submit your [patches](http://trac.wxwidgets.org/wiki/HowToSubmitPatches) +to [wxTrac](http://trac.wxwidgets.org/newticket) or open GitHub pull requests, +depending on your preferences. ### Thanks in advance and looking forward to your contributions!