Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d64a26a

Browse files
author
Alex
authored
updating pull request template (#5310)
Test will never run given that the only changes are to the template
1 parent 8203029 commit d64a26a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fixes #(issue)
1515
- [ ] New feature (non-breaking change which adds functionality)
1616
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1717

18-
## Checklist:
18+
## Checklist for 1.x:
1919

2020
- [ ] I have selected the correct base branch.
2121
- [ ] I have performed a self-review of my own code.
@@ -30,3 +30,21 @@ Fixes #(issue)
3030
- [ ] I have tested my code on the live network.
3131
- [ ] I have checked the Deploy Preview and it looks correct.
3232
- [ ] 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

Comments
 (0)