Commit Graph

6 Commits

Author SHA1 Message Date
Alexandre Marangone 7f03c8891a be gender neutral
Signed-off-by: Alexandre Marangone <amarango@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2015-03-23 16:59:55 -07:00
Ken Dreyer 0db7c48924 SubmittingPatches: clarify the use of branches in PRs
Add some documentation so developers understand what goes into next vs
what goes into master and how to handle backports to stable branches.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
2015-02-04 17:46:23 -07:00
Loic Dachary b9ddf97a0c documentation: simplify running make check
Encapsulate the compilation steps (install dependencies, autogen.sh,
configure, make check) in the run-make-check.sh script. Update the
developer documentation to point to this script instead of multiple
steps.

It is intended as a tool to help new developer make sure their patch is
sane, it focuses on efficiency (runs make check in parallel if possible)
and coverage (enables docker based tests if possible).

http://tracker.ceph.com/issues/10265 Fixes: #10265

Signed-off-by: Loic Dachary <ldachary@redhat.com>
2014-12-13 15:01:40 +01:00
Dan Mick e53aed287d SubmittingPatches: clarify "github fork" in preference to "clone"
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-03-06 21:11:18 -08:00
Sage Weil 5ccc2ecd30 SubmittingPatches: describe github pull-request process
Signed-off-by: Sage Weil <sage@inktank.com>
2013-11-25 09:24:19 -08:00
Sage Weil b44901cb8f SubmittingPatches: initial version
Largely based on Linux's version.  Includes the Signed-off-by stuff at
the top, and a bit more modern description of how to prepare/send patches
using git format-patch and send-email.

Signed-off-by: Sage Weil <sage@newdream.net>
2010-10-28 14:55:09 -07:00