We should try to improve the contribution workflow. design branch is more or less used as a redundant master. This is bad and we need to get rid off it.
Instead we should try to establish a better workflow to get closer to a continuous integration practice. So please:
We should try to improve the contribution workflow.
design
branch is more or less used as a redundant master. This is bad and we need to get rid off it.Instead we should try to establish a better workflow to get closer to a continuous integration practice. So please:
1 Work on feature branches
2 Make your changes and push your feature branch
3 Create a pull request upon completion
https://help.github.com/articles/creating-a-pull-request/
Working on feature branches should also help to reduce jumping from one thing to another.