FAQ: Developer questions about committing and forking.

This commit is contained in:
Richard W.M. Jones
2013-06-11 13:09:09 +01:00
parent 372217c375
commit 3cf442872b

View File

@@ -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</GETTING HELP AND REPORTING BUGS>)
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<https://www.redhat.com/archives/libguestfs/2012-January/msg00023.html>
=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<guestfish(1)>,