<p dir="ltr">We could also follow how zeromq does things and simply not have branches in the main repos, using forks instead for maintenance releases.  It does not help with the fact that we'd be back in charge of cherry picking fixes for bugfix releases though.</p>
<p dir="ltr">But I honestly don't mind too much, happy to leave the branch workflow to people more experienced with git then me.</p>
<p dir="ltr">Floris</p>
<div class="gmail_quote">On 19 Jun 2015 09:28, "Florian Bruhin" <<a href="mailto:me@the-compiler.org">me@the-compiler.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* holger krekel <<a href="mailto:holger@merlinux.eu">holger@merlinux.eu</a>> [2015-06-18 05:47:26 +0000]:<br>
> Would it make sense to consider "master" to become the new "bug fix branch"<br>
> and have a "pytest-2.9" then where we collect new features? This way<br>
> the default is to do bugfixes which might be easier for newcomers to<br>
> the project.<br>
<br>
Another possibility (GitLab flow[1]) would be to make all commits to<br>
master, and then cherry-pick bugfixes to a, say, pytest-2.7 branch.<br>
<br>
That's what I use for my project, and I'm quite happy with it. It<br>
means a bit more work for maintainers (as they have to cherry-pick<br>
things), but it takes the "burden" of deciding/knowing which branch to<br>
use from the contributors.<br>
<br>
[1] <a href="https://about.gitlab.com/2014/09/29/gitlab-flow/" rel="noreferrer" target="_blank">https://about.gitlab.com/2014/09/29/gitlab-flow/</a><br>
<br>
Florian<br>
<br>
--<br>
<a href="http://www.the-compiler.org" rel="noreferrer" target="_blank">http://www.the-compiler.org</a> | <a href="mailto:me@the-compiler.org">me@the-compiler.org</a> (Mail/XMPP)<br>
   GPG: 916E B0C8 FD55 A072 | <a href="http://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">http://the-compiler.org/pubkey.asc</a><br>
         I love long mails! | <a href="http://email.is-not-s.ms/" rel="noreferrer" target="_blank">http://email.is-not-s.ms/</a><br>
<br>_______________________________________________<br>
pytest-dev mailing list<br>
<a href="mailto:pytest-dev@python.org">pytest-dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/pytest-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/pytest-dev</a><br>
<br></blockquote></div>