|
|
@ -1,4 +1,7 @@ |
|
|
|
**Describe the pull request** |
|
|
|
<!-- Please use the template as defined, remove any part not useful --> |
|
|
|
<!-- Please also remove the comments before submitting to avoid messing with the search --> |
|
|
|
|
|
|
|
**What does this Pull Request do** |
|
|
|
|
|
|
|
A clear and concise description of what the pull request is. |
|
|
|
|
|
|
@ -13,3 +16,15 @@ Does that pull request include breaking changes ? |
|
|
|
**Previews** |
|
|
|
|
|
|
|
Include a link to a test instance, screenshots, or gifs to shows what this pull request does if it's a workflow or design change. |
|
|
|
|
|
|
|
<!-- |
|
|
|
Development hints: |
|
|
|
|
|
|
|
Backend: |
|
|
|
You can run tests with `APP_SETTINGS='config.testing.Config' pytest` |
|
|
|
|
|
|
|
Frontend: |
|
|
|
You can run tests with `yarn unit` |
|
|
|
Check file syntax with `yarn lint` |
|
|
|
And auto-fix what's possible with `yarn lint-fix` |
|
|
|
--> |