Skip to content

Commit de45fe6

Browse files
committed
lint fix
1 parent 4128e62 commit de45fe6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
## What
2+
23
Briefly describe the change in plain language.
34

45
## Why
6+
57
Explain the motivation, bug, risk, or product/security need behind this PR.
68

79
## Type of Change
10+
811
- [ ] Bug fix (non-breaking change)
912
- [ ] New feature (non-breaking change)
1013
- [ ] Breaking change
@@ -15,6 +18,7 @@ Explain the motivation, bug, risk, or product/security need behind this PR.
1518
- [ ] Documentation
1619

1720
## Affected Areas
21+
1822
- [ ] PegIn flow (`registerPegIn`, `callForUser`, quote validation)
1923
- [ ] PegOut flow (`depositPegout`, `refundPegOut`, `refundUserPegOut`)
2024
- [ ] Liquidity Provider lifecycle (register/update/status/resign/collateral/withdraw)
@@ -26,6 +30,7 @@ Explain the motivation, bug, risk, or product/security need behind this PR.
2630
- [ ] Docs
2731

2832
## Risk & Security Review
33+
2934
- [ ] Access control and authorization paths reviewed
3035
- [ ] Reentrancy and external call paths reviewed
3136
- [ ] Storage layout / upgrade safety reviewed (if upgradeable code changed)
@@ -34,6 +39,7 @@ Explain the motivation, bug, risk, or product/security need behind this PR.
3439
- [ ] No secrets or sensitive values added
3540

3641
## Test Plan
42+
3743
List what you ran locally and the outcome:
3844

3945
- [ ] `npm run lint:sol`
@@ -48,6 +54,7 @@ List what you ran locally and the outcome:
4854
Additional notes on test coverage, edge cases, and any tests intentionally skipped:
4955

5056
## Deployment & Ops Impact
57+
5158
- [ ] No deployment impact
5259
- [ ] Requires deployment
5360
- [ ] Requires upgrade
@@ -57,11 +64,14 @@ Additional notes on test coverage, edge cases, and any tests intentionally skipp
5764
If deployment/upgrade is needed, include target network(s), simulation command(s), and rollback considerations.
5865

5966
## Related Issues
67+
6068
- Jira: [FLY-XXXX](<insert URL>)
6169
- GitHub Issue: #(if applicable)
6270

6371
## Reviewer Notes
72+
6473
Anything reviewers should focus on (critical functions, invariants, assumptions, known limitations).
6574

6675
## Screenshots / Logs (if applicable)
76+
6777
For scripts, CI, or behavior changes, include relevant output snippets or links.

0 commit comments

Comments
 (0)