File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ You are encouraged to remove irrelevant sections
3
+ They can't possibly apply to all cases
4
+ -->
5
+
6
+ ## The aim
7
+
8
+ <!--
9
+ Describe the goal of the PR, this should be functional only
10
+ -->
11
+
12
+ ## The solution
13
+
14
+ <!--
15
+ Explain the technical solution if relevant
16
+ -->
17
+
18
+ ## Reproduction
19
+
20
+ <!--
21
+ Help the reviewer do a functional test by adding any relevant information here
22
+ Can be a data set to import
23
+ -->
24
+
25
+ ## Check-list
26
+
27
+ <!--
28
+ Check that you didn't forget anything
29
+ Each item in the list below should have one child checked
30
+ -->
31
+
32
+ * PR size
33
+ * [ ] Under 300 lines :white_check_mark :
34
+ * [ ] Can't be split without complicating the process even more
35
+ * Tests
36
+ * [ ] Added
37
+ * [ ] Not applicable (why?)
38
+ * Doc
39
+ * [ ] Added
40
+ * [ ] Not applicable
41
+ * Reviewer
42
+ * [ ] Asked for a review
43
+ * [ ] Added label ` DO NOT REVIEW `
You can’t perform that action at this time.
0 commit comments