From 2146d1d1ca64ee2e4470bf77b96373e3bb4a93b2 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jun 12 2018 02:50:34 +0000 Subject: README: new code should be py3 compatible Clarify the "Contributions" section to indicate that we require Python 3 support for all new code. Signed-off-by: Ken Dreyer --- diff --git a/README.rst b/README.rst index bed7669..c751527 100644 --- a/README.rst +++ b/README.rst @@ -17,9 +17,9 @@ under LGPLv2(.1). See COPYING-koji for that license statement. Contribution ============ -Welcome to write patches to fix or improve rpkg. All code should work well with -Python 2.6 and 2.7, and compatibility with Python 3 would be a big bonus. -Before you create a PR to propose your changes, make sure +You are welcome to write patches to fix or improve rpkg. All code should work +with Python 2.6, 2.7, and 3. Before you create a PR to propose your changes, +make sure * to sign-off your commits by ``git commit -s``. This serves as a confirmation that you have the right to submit your changes. See `Developer Certificate of