Please write a description. If the PR is hard to understand, provide a quick explanation of the code.
Please explain how to test the PR: ID of a dataset, steps to reach the feature, etc.
Provide the link to the task(s), if any.
[ ] Title: Don't forget to make it clear for everyone, even for people that don't know about the feature/bug.
[ ] Meaningful commits and code rebased on develop
.
[ ] Update the changelog (see below)
If not already done, add a new entry in the changelog with the new version number and "- Unreleased". For example, if the current version of the editor is v0.0.1 and your PR is the first for the new version, add:
### v0.0.2 - Unreleased
and below, the bullets with the changes of your PR:
- Fix a bug preventing the editor from XXX
You can see the Changelog here.