From 3cf442872b963e4e60367d728237569113f7c249 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 11 Jun 2013 13:09:09 +0100 Subject: [PATCH] FAQ: Developer questions about committing and forking. --- examples/guestfs-faq.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod index e8e2a9f39..a081982cd 100644 --- a/examples/guestfs-faq.pod +++ b/examples/guestfs-faq.pod @@ -959,6 +959,20 @@ If you want to suggest a useful feature but don't want to write the code, you can file a bug (see L) with C<"RFE: "> at the beginning of the Summary line. +=head2 Who can commit to libguestfs git? + +About 5 people have commit access to github. Patches should be posted +on the list first and ACKed. The policy for ACKing and pushing +patches is outlined here: + +L + +=head2 Can I fork libguestfs? + +Of course you can. Git makes it easy to fork libguestfs. Github +makes it even easier. It's nice if you tell us on the mailing list +about forks and the reasons for them. + =head1 SEE ALSO L,