Am .08.2017, 16:36 Uhr, schrieb <
fi...@gruwier.dk>:
> It turns out to be ASCII 11, 'vertical tab'.
> How do I submit a PR? Maybe by creating an issue in Bitbucket?
It usually best to start with an issue as this provides the context.
The process for creating a PR (pull request) is the same for most
projects: create your own clone of the project, check it out locally,
write the relevant code, tests and documentation, pull the changes to your
clone and then submit a pull request from the Bitbucket UI.
Please refer the relevant part of the documentation and make sure you
switch to the relevant branch (2.4 in this case).