-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# How to submit a pull request | ||
|
||
This document was modified from [grappafinance/cross-margin-engine](https://github.com/grappafinance/cross-margin-engine). | ||
|
||
## Summary | ||
|
||
Describe the changes made in your pull request here. | ||
|
||
## Details | ||
|
||
Any implementation detail worth pointing out, if any. | ||
|
||
## Todo | ||
|
||
Breakdown the progress of the PR for everyone to see what else you intend to include in this PR. | ||
|
||
- [ ] Draft implementation for `function` | ||
- [ ] Unit tests for `function` | ||
|
||
## Checklist | ||
|
||
Ensure you completed **all of the steps** below before submitting your pull request: | ||
|
||
- [ ] Add [natspec](https://docs.soliditylang.org/en/latest/natspec-format.html) for all functions / parameters | ||
- [ ] Ran `forge snapshot` | ||
- [ ] Ran `forge fmt` | ||
- [ ] Ran `forge test` | ||
- [ ] [Triage Slither issues](../README.md#triage-issues), and post uncertain ones in the PR |