Pull Request – is a proposal for including some code improvement into main code of application.

In our project all code contributions are managed through Pull Requests – when some developer makes an improvement, bugfix or a feature, he creates a Pull Request where everyone can see changes he proposing and test them.  Usually, testing Pull Requests requires building source code of application, which is time-consuming and it is a routine for developers or advanced users.

But not anymore.

We have made an improvement to our infrastructure, which allows ordinary users to test changes proposed in Pull Requests, without the need to build source code or do any other complicated operations. This way more users can give feedback on proposed changes and we expect that it helps to give a better testing to new features/improvements.

For information on how to test Pull Request please refer to this manual.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.