Is there a certain workflow that people should follow to contribute to PyFR on GitHub? I noticed the repository shows the develop
branch by default. Should Pull Requests be made to the develop
branch or to the master
branch?
Hi Gavin,
We make use of the “git flow” model whereby PR’s are first merged into the develop branch. Then, when we want to bring forth a release we create a suitable RC branch off of develop, and once we are happy with it, merge it into master. As such master always points to the latest stable release.
Regards, Freddie.
Freddie,
As you suggested, I submitted a Pull Request to the develop
branch https://github.com/PyFR/PyFR/pull/170. It’s just some documentation related to the examples. If you have any questions, you can ask them on GitHub within the Pull Request.
Thanks,
Gavin