UNPKG

1.26 kBMarkdownView Raw
1<!--
2 This template is optional.
3 It simply serves to provide a guide to allow a better review of pull requests.
4-->
5
6<!--
7 IMPORTANT
8 Don't forget to add the corresponding "changelog:xxx" label to your PR.
9 This is part of our release process in order to generate the change log.
10-->
11
12
13## What does this PR do?
14<!-- Please fulfill this section -->
15
16<!--
17 Please include a summary of the change and which issue is fixed.
18 Please also include relevant motivation and context.
19 List any dependencies that are required for this change.
20-->
21
22### How should this be manually tested?
23
24<!--
25 Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
26 Please also list any relevant details for your test configuration
27-->
28 - Step 1 :
29 - Step 2 :
30 - Step 3 :
31 ...
32
33### Other changes
34
35<!--
36 Please describe here all changes not directly linked to the main issue, but made because of it.
37 For instance: issues spotted during this PR and fixed on-the-fly, dependencies update, and so on
38-->
39
40### Boyscout
41
42<!--
43 Describe here minor improvements in the code base and not directly linked to the main changes:
44 typos fixes, better/new comments, small code simplification, new debug messages, and so on.
45-->