See also Release process for details about the release process.
The master
branch points to the latest changes that will be included in the next release.
It will never be rebased.
All new feature branches should be branched from master
.
Creating new feature for erlide usually means that you will spend some time working on it. When your job is done you will have to ask to merge it into erlide’s repository. So here is how you should start:
master
.While developing your feature you should keep up-to-date with erlide’s code (there maybe some changes which will impact your code or make it very difficult to merge when your work is done).
The same workflow applies for bugfixes too.
Did you find errors in the documentation? Do you have improvements to suggest? Suggest edits!