@@ -15,7 +15,7 @@ Fixes #(issue)
15
15
- [ ] New feature (non-breaking change which adds functionality)
16
16
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
17
17
18
- ## Checklist:
18
+ ## Checklist for 1.x :
19
19
20
20
- [ ] I have selected the correct base branch.
21
21
- [ ] I have performed a self-review of my own code.
@@ -30,3 +30,21 @@ Fixes #(issue)
30
30
- [ ] I have tested my code on the live network.
31
31
- [ ] I have checked the Deploy Preview and it looks correct.
32
32
- [ ] I have updated the ` CHANGELOG.md ` file in the root folder.
33
+
34
+ ## Checklist for 4.x:
35
+
36
+ - [ ] I have selected the correct 4.x base branch.
37
+ - [ ] Within the description, the feature or issue is discussed in detail or an issue is linked.
38
+ - [ ] I have performed a self-review of my own code
39
+ - [ ] I have commented my code, particularly in hard-to-understand areas.
40
+ - [ ] I have added any required tests for the changes I made
41
+ - [ ] I have made corresponding changes to the documentation
42
+ - [ ] Any dependent changes have been merged and published in downstream modules.
43
+ - [ ] I ran ` yarn ` successfully
44
+ - [ ] I ran ` yarn lint ` successfully
45
+ - [ ] I ran ` yarn build:web ` successfully
46
+ - [ ] I ran ` yarn test:unit ` successfully
47
+ - [ ] I ran ` yarn test:integration ` successfully
48
+ - [ ] I ran ` compile:contracts ` successfully
49
+ - [ ] I have tested my code.
50
+ - [ ] I have updated the corresponding ` CHANGELOG.md ` file in the packages I have edited.
0 commit comments